https://github.com/mrbrunelli/node-real-time-chat
My studies of Node.js with Socket.IO
https://github.com/mrbrunelli/node-real-time-chat
node real-time socket-io
Last synced: 2 months ago
JSON representation
My studies of Node.js with Socket.IO
- Host: GitHub
- URL: https://github.com/mrbrunelli/node-real-time-chat
- Owner: mrbrunelli
- Created: 2021-01-21T20:47:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T21:15:43.000Z (over 5 years ago)
- Last Synced: 2025-01-15T20:53:39.194Z (over 1 year ago)
- Topics: node, real-time, socket-io
- Language: HTML
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Real Time Chat with Socket.IO
> Frameworks: Express and Socket.IO
### Real Time
> Alerts when the user enters or leaves the session

## How to run
```shell
# after starts, access on http://localhost:3000
npm install && npm start
```