socketry / falcon

A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
https://socketry.github.io/falcon/
MIT License
2.62k stars 79 forks source link

Production ready? #227

Closed schonert closed 6 months ago

schonert commented 6 months ago

What an absolute banger project! This approach just makes sooo much sense and the way you've managed to butter everything into existing tooling is just amazing.

You seem to be the primary driver for this, which is quite impressive. I'm curious, however, to how stable and robust the whole thing is in a real world running production apps.

Not much information or references on this. You mentioned it started out for your self - however, this seems quite solid.

Would you say this production ready?

trevorturk commented 6 months ago

I'd say Falcon is in the early adopter phase, but I'm using it in production quite happily along with many others. You should peruse the discussions to see if there might be any gotchas for your use case (https://github.com/socketry/falcon/discussions/186 for example) -- likely this issue should be converted to a discussion as well, but please feel free to post additional/specific questions as you consider Falcon for your project!