A blazingly fast drop-in replacement for the Mastodon streaming API server
Go to file
Daniel Sockwell 425a9d0aae Allow seperate SSE responses to share Redis pubsub
This commit implements a shared stream of data from Redis, which
allows all SSE connections that send the same data to the client
to share a single connection to Redis.  (Previously, each client
got their own connection, which would significantly increase the
number of open Redis connections—especially since nearly all clients
will subscribe to `/public`.)
2019-04-26 20:00:11 -04:00
src Allow seperate SSE responses to share Redis pubsub 2019-04-26 20:00:11 -04:00
.gitignore Initial project files 2019-02-11 09:45:14 +01:00
Cargo.lock Connect to postgres for basic auth 2019-04-18 15:47:08 -04:00
Cargo.toml Connect to postgres for basic auth 2019-04-18 15:47:08 -04:00
LICENSE Initial commit 2019-02-08 10:35:26 +01:00
README.md Initial project files 2019-02-11 09:45:14 +01:00

README.md

RageQuit

A blazingly fast drop-in replacement for the Mastodon streaming api server

Usage

$ ragequit --port 4002    # Default port is 3666