6 ms·
This is cool, largely because of the functional perspective to dealing with pools of websockets. I personally think the next level for websockets infrastructure
by jw989 11y ago
This is cool, largely because of the functional perspective to dealing with pools of websockets. I personally think the next level for websockets infrastructure is building a paradigm for large pools of concurrent websocket connections.
Perhaps a microservces implementation with each step (handshake, broadcasting, http overhead) having their own cluster and communicating through channels.
- jkarneges 11y agoPushpin (http://pushpin.org http://pushpin.org) may be in line with what you're thinking. It separates connection management from backend logic. In fact the project itself is a handful of microservices (Mongrel2 is used as a separate process for the HTTP handling).
- timc3 11y agoUses GNU AFFERO Version 3 license - noted to save someone else from going from happily excited to disappointment.
- jkarneges 11y agoCode that can be run, modified, and redistributed at no cost. There are worse deals. ;)
- jw989 11y agoWow this is very close to what I was saying. Thanks for this