open-source scalable asynchronous chat-server to connect multiple host.
The code can be run directly by typing the following command in the bash shell.
python chatserver.py
Chat server will run on localhost with port number 5555. If you want diffenrent port then that can be changed in the code.
Client can connect to server using telene e.g.
telnet localhost 5555
You can also write a sample chat client program to connect to it
- Multiple user can connect
- Inbuilt Chat rooms
- Aysnchronous execution
- Multliple instances of chat server for every 1000 users