Falcon is a fast, asynchronous, Rack-compatible HTTP server for Ruby applications. It uses a multi-process, multi-fiber architecture, with each request running within a lightweight fiber.
Blocking upstream operations do not stall the entire server process. Falcon is built on the Async ecosystem and supports HTTP/1 and HTTP/2 natively.
This is free and open source software.
Key Features
- Multi-process, multi-fiber architecture.
- Executes each request within a lightweight fiber.
- Native HTTP/1 and HTTP/2 support.
- Compatible with Rack applications.
- Asynchronous request handling.
- Rails integration.
- WebSocket support.
- Interim HTTP response support.
- Hosts multiple server instances within a single worker.
- Utilization metrics.
- Deployment support for systemd and Kubernetes.
Website: github.com/socketry/falcon
Support:
Developer: Socketry
License: MIT License
Falcon is written in Ruby. Learn Ruby with our recommended free books and free tutorials.
Related Software
| Ruby Application Servers | |
|---|---|
| Puma | Concurrent web server for Ruby and Rack |
| Phusion Passenger | Web server and application server for Ruby, Python and Node.js |
| unicorn | HTTP server for Rack applications |
| Rainbows! | HTTP server for sleepy Rack applications based on Unicorn |
| yahns | Sleepy, multi-threaded, non-blocking application server for Ruby |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.