Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 713 Bytes

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