You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple chat project that enables the exchange of messages between a server and a single client. It is written in Python and utilizes the concepts of sockets and threading.
4
-
Requirements
4
+
5
+
# Requirements
5
6
6
7
To run this project, you need to have Python 3.7.6 or a newer version installed. Additionally, the server and client must be set up on a local area network.
7
-
Running the Project
8
+
9
+
# Running the Project
8
10
9
11
To run the project, you will need two computers: one for the server and one for the client.
10
12
Setting up the server:
@@ -15,7 +17,7 @@ bash
15
17
16
18
$ python3 server.py
17
19
18
-
Setting up the client:
20
+
# Setting up the client:
19
21
20
22
You will also need to set up a client to see messages on the terminal. To do this, run the following command:
21
23
@@ -24,6 +26,7 @@ bash
24
26
$ python3 client.py
25
27
26
28
Ensure that you follow these steps on separate computers to enable communication between the server and client.
27
-
Contribution
29
+
30
+
# Contribution
28
31
29
32
Feel free to contribute to the development of this simple socket chat project by creating issues or pull requests. Your feedback and enhancements are welcome!
0 commit comments