Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/can-dy-jack/websocket-chat

a simple chat app created by websocket.
https://github.com/can-dy-jack/websocket-chat

chat javascript simple socket websocket

Last synced: 20 days ago
JSON representation

a simple chat app created by websocket.

Awesome Lists containing this project

README

        

## websocket-chat
> a simple chat app created by websocket.

![websocket](websocket.png)

### run it
1. `yarn install`
2. Run the server side: `node server/app.js`
3. Run the client side: open `index.html`

You can change `server/app.js` and `index.js` for coding!