Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyingq
3747 days ago
My guess is that they are pulling that from Socket.IO's use of the same "real time" term. Which I suppose is to denote that it's not ajax polling (though I understand that Socket.IO does poll in some situations...)
2 comments
ekryski
3747 days ago
Feathers also supports Primus (
https://github.com/primus/primus
) so you can a bunch of other socket transports.
link
aioprisan
3747 days ago
It uses pubsub for all modern browsers that support it, with fallback to polling connections for much older browsers.
link