Hi, this is a fork of the uwsgi-realtime project with only the SSE features exposed.
This plugin allows you to build SSE (server sent events) apps pretty fast and without bothering about blocking/non-blocking as the whole system is offload based. The trick is using redis as the communication channel. Whenever a message is published on a specific channel, all of the sse peers connected to that channel will receive the message. You can get it (and read the docs) here: https://github.com/unbit/uwsgi-sse-offload -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
