This is a simple demo of how websockets can be used for status/progress updates in a web application.
It uses the react-stomp-hooks to simplify the websocket connection and message handling.
- To run the demo, you need to have Node.js installed.
- The API server should be running.
- Install the dependencies:
npm install
- Start the server:
npm run dev