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

https://github.com/salmandabbakuti/websocket-chat-app

Chatroom example with websockets
https://github.com/salmandabbakuti/websocket-chat-app

chat-application chatroom nodejs-server websocket-chat websocket-server websockets

Last synced: 24 days ago
JSON representation

Chatroom example with websockets

Awesome Lists containing this project

README

          

# websockets-chat-example

Chatroom example with websockets

#### Steps:

```
npm i
npm run dev

```

> Open `http://localhost:4000` in two different tabs and start chatting!

#### Demo:

![Demo](https://j.gifs.com/Brm97n.gif)