blockstream-satellite-api/sse
dependabot[bot] bcc465dd6a
Bump express from 4.17.1 to 4.17.3 in /sse
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 16:41:12 +00:00
..
Dockerfile Bump SSE server dependencies 2021-07-22 10:18:15 -03:00
LICENSE initial commit 2019-01-16 10:22:44 -08:00
package-lock.json Bump express from 4.17.1 to 4.17.3 in /sse 2022-12-10 16:41:12 +00:00
package.json Bump express from 4.17.1 to 4.17.3 in /sse 2022-12-10 16:41:12 +00:00
README.md initial commit 2019-01-16 10:22:44 -08:00
server.js initial commit 2019-01-16 10:22:44 -08:00
test-producer.js initial commit 2019-01-16 10:22:44 -08:00

Redis to SSE

Subscribes to a redis pub/sub channel and broadcasts messages over HTTP server-sent events.

To start the server:

$ git clone git@github.com:shesek/redis-to-sse && cd redis-to-sse
$ npm install
$ REDIS_URI=redis://127.0.0.1:6379 SUB_TOPIC=foobar PORT=4500 npm start

To subscribe to events, send a GET request to /stream.