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

https://github.com/thecodejack/multichat

Multiple Chat with socket.io
https://github.com/thecodejack/multichat

Last synced: about 1 year ago
JSON representation

Multiple Chat with socket.io

Awesome Lists containing this project

README

          

# multichat
Multiple Chat using socket.io

To install dependencies
```
npm install
```

To start websocket server

Browse to main folder and run following command
```
node server.js
```