An open API service indexing awesome lists of open source software.

https://github.com/shearichard/react-sse-sandbox

Experiments with React and using server-sent-events
https://github.com/shearichard/react-sse-sandbox

react reactjs server-sent-event server-sent-events

Last synced: 3 months ago
JSON representation

Experiments with React and using server-sent-events

Awesome Lists containing this project

README

        

# 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
```