Hacker News new | ask | show | jobs
by beebeepka 1595 days ago
So, what are the downsides to using websockets? They are my go-to solution when I am doing a game, chat, or something else that needs interactivity.
1 comments

Been reading all your comments on this thread (thank you) with interest.

Can you recommend some resources for learning SSE in depth?

This was awesome!

Thanks!

I would look at my own app-server: https://github.com/tinspin/rupy

It's not the most well documented but it's the smallest implementation while still being one of the most performant so you can learn more than just SSE.