https://github.com/bitfumes/chat-app-with-socket.io
An awesome Chat app with Socket.io, very easy to setup and write codes
https://github.com/bitfumes/chat-app-with-socket.io
Last synced: 3 months ago
JSON representation
An awesome Chat app with Socket.io, very easy to setup and write codes
- Host: GitHub
- URL: https://github.com/bitfumes/chat-app-with-socket.io
- Owner: bitfumes
- Created: 2018-05-08T12:32:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T12:55:20.000Z (about 7 years ago)
- Last Synced: 2025-01-16T02:22:20.544Z (4 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 9
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An awesome Chat app with Socket.io, very easy to setup and write codes
## Installation
Download this repo and then run
```
npm installnode index.js // this will open a server on http://localhost:3000
```Enjoy