subhang / chat-server

scalable asynchronous chat server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-server

open-source scalable asynchronous chat-server to connect multiple host.

How to Run

The code can be run directly by typing the following command in the bash shell.

     python chatserver.py

Server

Chat server will run on localhost with port number 5555. If you want diffenrent port then that can be changed in the code.

Cliet

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

Specification

  • Multiple user can connect
  • Inbuilt Chat rooms
  • Aysnchronous execution
  • Multliple instances of chat server for every 1000 users

About

scalable asynchronous chat server


Languages

Language:Python 100.0%