I must say I'm very impressed by @ioquatix's work on the async gems:
- https://github.com/socketry/async
- https://github.com/socketry/async-io
- https://github.com/socketry/async-http
- https://github.com/socketry/falcon
@ioquatix at the moment I'm using it because I want to stream a zip-file as I'm creating it (basically: fetching files from S3, building a zip file, and sending it to the client).
right now I'm using it inside Roda + Puma with Rack hijack
@judofyr Thanks! What are you using it for?