Basic chat between one client and server, use the socket module to establish a connection. The server listens for incoming connections, accepts the client, and then both communicate using send and recv methods
- Updated
Feb 6, 2024 - Python
Basic chat between one client and server, use the socket module to establish a connection. The server listens for incoming connections, accepts the client, and then both communicate using send and recv methods
Lightweight chat server with a web-based monitoring dashboard. This project is in very early development and is not yet ready for production use.
A simple GUI chat app in python.
a-site-for-future-and-brilliant-technology-engineers-to-bring-the-world-to-a-safe-and-easy-place-to-live
Add a description, image, and links to the chat-application-in-python topic page so that developers can more easily learn about it.
To associate your repository with the chat-application-in-python topic, visit your repo's landing page and select "manage topics."