|
|
|
|
|
by jcuga
3879 days ago
|
|
When I needed some simple push notifications, I could't find any decent library or example for longpolling in go (or most other languages), so I decided to make one :) A lot of the examples out there in blog posts are too simplistic. They don't handle buffering old events and most of them simply give an event to the first request and then discard it. That's not real pub-sub. |
|