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
- Host: GitHub
- URL: https://github.com/renamoo/toy-socket-chat
- Owner: renamoo
- Created: 2019-11-30T02:18:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T20:49:17.000Z (about 4 years ago)
- Last Synced: 2025-02-12T03:52:31.365Z (4 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`