/react-sse-sandbox

Experiments with React and using server-sent-events

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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