| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple chat server and client project implemented using Python and socket programming. The server can handle multiple client connections concurrently, allowing them to exchange messages with each other.
git clone https://github.com/Shikha-code36/ChatServer_with_Socket_Python.git
Open a terminal window and navigate to the project directory.
Run the server script:
python server.py
Open another terminal window and navigate to the project directory.
Run the client script:
python client.py
The client will prompt you to enter your message. Type your message and press Enter to send it to the server. The server will respond with a confirmation message.
You can run multiple instances of the client script in separate terminal windows to simulate multiple clients connecting to the server.
This project is licensed under the MIT License.
This project is a basic implementation of a chat server and client for educational purposes. It may not be suitable for production use. Use it at your own risk.
Contributions to this project are welcome. If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
| Back | FazBrowse Home | New Git URL |