https://github.com/kooltheba/react-websockets-poc
https://github.com/kooltheba/react-websockets-poc
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kooltheba/react-websockets-poc
- Owner: KoolTheba
- License: gpl-3.0
- Created: 2023-11-25T11:37:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T18:05:51.000Z (over 1 year ago)
- Last Synced: 2025-02-17T03:36:56.722Z (4 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-websockets-poc
This proof of concept use React together with Websockets.# Getting Started
The Backend can be found at: https://github.com/KoolTheba/node-websockets-pocCheck instructions in the Backend readme to check the communications between both parts.
## Client Side
In the project directory, you can run the script:### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.