Hacker News new | ask | show | jobs
by pritambarhate 2737 days ago
This seems to be very similar to the Pusher Model of a WebSocket Proxy. It fronts the WebSocket connections for you and forwards all the messages to your HTTP endpoints. It will be interesting to see if AWS implements things like presence channels, etc.
1 comments

You could implement presence on this, as it will send events on connect and disconnect.