flodgatt/src
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
..
api Improve logging 2019-03-05 09:19:38 -05:00
middleware Rustfmt all code 2019-03-05 09:23:44 -05:00
common.rs Lots of basic stuff 2019-02-15 10:22:35 +01:00
env.rs Added structures for env variables 2019-02-19 20:29:32 +01:00
error.rs Add language and notification filters 2019-04-19 17:06:29 -04:00
main.old.rs Implement basic Server Sent Events with Warp 2019-04-15 14:22:44 -04:00
main.rs Allow seperate SSE responses to share Redis pubsub 2019-04-26 20:00:11 -04:00
pubsub.rs Allow seperate SSE responses to share Redis pubsub 2019-04-26 20:00:11 -04:00
query.rs Allow seperate SSE responses to share Redis pubsub 2019-04-26 20:00:11 -04:00
user.rs Allow seperate SSE responses to share Redis pubsub 2019-04-26 20:00:11 -04:00
utils.rs Minor refactoring 2019-04-19 12:16:03 -04:00