chat-srv
v1.0.11
Published
A simple chat server to connect with a chat-cli
Readme
chat-srv
Simple script to quickly start and manage a rooms based chat on a tcp server.
[code]
var chat = require('chat-srv'); var port = 3500; chat.start(port);
[/code]
Installation
this is a node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Installation is done using the npm install command: [code] npm install chat-srv [/code]
Features
-simple and efficent tcp messaging -rooms management with memory cleaning and passwords
