An open API service indexing awesome lists of open source software.

https://github.com/holms/nodejs-simple-chat

client/server real-time chat based on socket.io.
https://github.com/holms/nodejs-simple-chat

Last synced: about 1 year ago
JSON representation

client/server real-time chat based on socket.io.

Awesome Lists containing this project

README

          

nodejs-simple-chat
==================

Client/Server real-time chat based on socket.io.

Install
=======
```
npm install
```

Usage
=====
To start server:
```
npm start
```