https://github.com/proton/simple-react-chat
Simple socket.io and react-based chat
https://github.com/proton/simple-react-chat
Last synced: 3 months ago
JSON representation
Simple socket.io and react-based chat
- Host: GitHub
- URL: https://github.com/proton/simple-react-chat
- Owner: proton
- Created: 2018-11-13T21:48:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:54:53.000Z (over 3 years ago)
- Last Synced: 2026-01-01T16:34:01.089Z (7 months ago)
- Language: JavaScript
- Size: 2.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
= Simple web chat implementation on React
How to run:
``` bash
yarn install
yarn run server
yarn run client
```
Then you can open `http://localhost:9090/` in your browser.