You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Speeding up Websockets 60X](https://www.willmcgugan.com/blog/tech/post/speeding-up-websockets-60x/)
201
199
is a cool experiment in coding loops different ways to eek out more
@@ -204,10 +202,6 @@ own project.
204
202
of how tweaking and tuning can produce outsized returns in some
205
203
applications.
206
204
207
-
* The [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2014/11/choose-your-own-adventure-presentations-with-reveal-js-python-and-websockets.html)
208
-
tutorial uses WebSockets via gevent on the server and socketio.js for
209
-
pushing vote count updates from the server to the client.
210
-
211
205
*[Adding Real Time to Django Applications](http://crossbar.io/docs/Adding-Real-Time-to-Django-Applications/)
212
206
shows how to use Django and Crossbar.io to implement a publish/subscribe
0 commit comments