Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 347 Bytes

react-sse-sandbox

Experiments with using a React application to be the recipient of server-sent-events.

Running the test

Client

$ yarn dev --host 0.0.0.0

Then use a browser to naviagate to localhost:3000.

Server

From the dev_tools/node_sse_server area of the react-using-camera project ...

$ node server.js