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

https://github.com/renamoo/toy-socket-chat

Simple Toy Chat to play with WebSocket
https://github.com/renamoo/toy-socket-chat

Last synced: 2 months ago
JSON representation

Simple Toy Chat to play with WebSocket

Awesome Lists containing this project

README

        

# toy-socket-chat
Simple Toy Chat to play with WebSocket

## how to run
### front
1. `cd front`
2. `npm start`

### server
1. `cd server`
2. `node server.js`