Hacker News new | ask | show | jobs
by Luyt 3752 days ago
What happens when the connection between the server and a client is broken? Will Feathers automatically (and invisibly) restore it?
1 comments

Yes, Feathers relies on either Socket.io or Primus (your choice) for the websocket interface, both of which provide auto-reconnect with back off out-of-the-box.