1.0.11 • Published 7 years ago

chat-srv v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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

1.0.11

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago