Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 416 Bytes

File metadata and controls

15 lines (10 loc) · 416 Bytes

Server-Sent Events. (NodeJS and React)

Back end updates the counter in the frontend in real time

How to use it

git clone https://github.com/RodPin/nodeJS-SSE.git Clone directory
cd nodeJS-SSE Get in directory
yarn install dependencies
yarn start run it

What really matters

backend.js File that simulates Backend
App.js File that simulates Frontend