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

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

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
![](.github/screenshot.png)

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