Skip to content

hackerkid/chat-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 telnet 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • HTML 2.9%