1.0.11 • Published 7 years ago
chat-srv v1.0.11
chat-srv
Simple script to quickly start and manage a rooms based chat on a tcp server.
var chat = require('chat-srv'); var port = 3500; chat.start(port);
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