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
- Host: GitHub
- URL: https://github.com/thecodejack/multichat
- Owner: thecodejack
- Created: 2015-02-13T07:41:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T18:08:50.000Z (over 11 years ago)
- Last Synced: 2025-02-14T02:54:51.599Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```