You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2018. It is now read-only.
The previous Rack adapter for Reel supported WebSockets through the reel.websocket environment variable.
Should reel-rack support WebSockets? Is a Rack environment variable the way to go? Or should there be a more direct API, possibly one that can bypass all of Rack's abstraction layers and just hand your program a WebSocket independently of Rack?
I think it'd be neat if reel-rack had a more direct WebSockets API. Maybe we can figure out one that becomes a standard for all Rack web servers support.
The previous Rack adapter for Reel supported WebSockets through the
reel.websocketenvironment variable.Should
reel-racksupport WebSockets? Is a Rack environment variable the way to go? Or should there be a more direct API, possibly one that can bypass all of Rack's abstraction layers and just hand your program a WebSocket independently of Rack?I think it'd be neat if
reel-rackhad a more direct WebSockets API. Maybe we can figure out one that becomes a standard for all Rack web servers support.