Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 223 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 223 Bytes

chat-server-twisted

Followed twisted essentials book to build simple chat server.

Installation

pip install -r requirements.txt

Start Server

python server.py

Connect client using telnet

$> telnet localhost 8000