https://github.com/kooltheba/node-websockets-poc
https://github.com/kooltheba/node-websockets-poc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kooltheba/node-websockets-poc
- Owner: KoolTheba
- License: gpl-3.0
- Created: 2023-11-25T11:36:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T18:05:21.000Z (over 1 year ago)
- Last Synced: 2025-02-17T03:36:59.801Z (4 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-websockets-poc
This proof of concept contains an Express app and a Websocket app.This POC is an example of slow apis, as Websocket app simulates a delay of 10.000ms in the api response.
## Getting started
Run `node ws-server` and check the response in the Client side.The Client can be found at: https://github.com/KoolTheba/react-websockets-poc