socketry / async-websocket

Asynchronous WebSocket client and server, supporting HTTP/1 and HTTP/2 for Ruby.
MIT License
166 stars 18 forks source link

Falcon agnostic protocol handling #40

Closed ioquatix closed 2 years ago

ioquatix commented 2 years ago

Take advantage of Protocol::Rack which provides the abstractions for correctly handling different servers and versions of Rack.

Types of Changes

Testing