1.1.0 • Published 9 years ago

epic-chat v1.1.0

Weekly downloads
3
License
GPL-3.0+
Repository
github
Last release
9 years ago

Epic Chat Build status

A fairly lame TCP chat server in Javascript.

Based on a video tutorial for writing a TCP server in Node.js, I just added a couple more features.

Usage

Start the server with npm start then connect by tcp, e.g. from the same machine: telnet localhost 1333. The port number can be changed in config.json.

Copyright (C) 2014 Siôn le Roux (see LICENSE.txt for more information)