|
|
|
|
|
by jkarneges
3190 days ago
|
|
A couple of main differences: 1) Fanout can proxy WebSocket client events as as series of HTTP requests to the origin server. This means you can use a normal web backend or FaaS to manage the connections, which is even simpler than having to write a custom stateful server process. 2) Connections are delegated to Fanout, and we handle 1-to-many propagation, for high scalability. |
|
So is this is basically socket.io as a service?