Hacker News new | ask | show | jobs
by taw1516 1100 days ago
for someone new to real time apps, can you help me understand how JamSocket is different from some service like Pusher?
1 comments

Pusher provides a way to simulate a stateful WebSocket connection using a stateless server architecture. Jamsocket provides a stateful server architecture where WebSockets have first-class support.