This Repository Consists of 2 tasks of which the first is just the server-side-events, while 2nd one is server-side-events server connected with a reactJS App
It helps in one way communication, and is also used for things like broadcasting live score and stuff like that.
Also the same thing will get updated on the front end too
- Clone the repository
- Run npm install (pre-requisite: nodeJS installed n your system)
- Now run the server from node using "node server.js""
- And the reactJS server by "npm start"