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

https://github.com/carter907/socket-io-global-chat

A Global Chat created with Socket.io. Users connect automatically and have the ability to set their username. Messages persist across all connected clients.
https://github.com/carter907/socket-io-global-chat

chat-application javascript networking socket-io

Last synced: 2 months ago
JSON representation

A Global Chat created with Socket.io. Users connect automatically and have the ability to set their username. Messages persist across all connected clients.

Awesome Lists containing this project

README

          

## Global Chat Application

To run my example,
clone this repository and run the follwing npm commands.

```
npm install
```
```
npm run start
```