Skip to content
/ minichat Public

A mini chat server/client running in a DOS/shell using Python and multiprocessing

License

Notifications You must be signed in to change notification settings

romdr/minichat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Minichat

A mini chat server/client running in a DOS/shell using Python and multiprocessing.

This was mostly to play with the multiprocessing module (Listener/Client).

Tested with python 2.7.2 (Windows 7) and python 2.7.4 (Ubuntu Server 13.04).

Usage

usage server: python minichat.py -host host:port nickname password
usage client: python minichat.py -connect host:port nickname password
CTRL+C to exit.'

minichat-host-windows

minichat-client-linux

ISC License

https://github.com/shazbits/minichat/blob/master/LICENSE.txt

Romain Dura

http://www.shazbits.com

About

A mini chat server/client running in a DOS/shell using Python and multiprocessing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages