falcon
Web server
A high-performance web server for Ruby that supports multiple HTTP protocols and has built-in concurrency features.
A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
3k stars
49 watching
82 forks
Language: Ruby
last commit: 19 days ago
Linked from 1 awesome list
asyncasync-httpasynchronousconcurrentfalconhttp-serverrubyserver
Related projects:
Repository | Description | Stars |
---|---|---|
socketry/async-http | An asynchronous client and server implementation of HTTP/1.0, 1.1, and 2 including TLS support for streaming requests and responses. | 320 |
socketry/async-websocket | An asynchronous WebSocket client/server implementation supporting HTTP/1 and HTTP/2 protocols. | 173 |
rack/rack | A modular Ruby web server interface providing a simple and adaptable way to develop web applications. | 4,928 |
socketry/benchmark-http | An asynchronous HTTP benchmark tool for analyzing server performance and website access times | 18 |
httprb/http | A Ruby library that provides an easy-to-use API for making HTTP requests with support for chaining, streaming, and timeouts. | 3,011 |
puma/puma | A Ruby web server designed for parallelism and high-performance | 7,696 |
seanmonstar/reqwest | An HTTP client library for Rust providing an ergonomic and powerful way to make HTTP requests | 9,926 |
lostisland/faraday | An HTTP client library abstraction layer providing a common interface over multiple adapters and middleware | 5,757 |
rwf2/rocket | An async web framework for Rust with a focus on usability, security, extensibility, and speed. | 24,548 |
postrank-labs/goliath | A non-blocking Ruby web server framework designed to meet performance and maintainability goals | 2,439 |
hyperium/tonic | A high-performance gRPC client and server implementation with async/await support | 10,019 |
gotham-rs/gotham | A web framework designed to promote stability, safety, security, and speed by leveraging Rust's static typing, async support, and fast server capabilities. | 2,238 |
rubyonjets/jets | A service that makes it easy to deploy and run serverless apps on AWS Lambda. | 2,598 |
ohler55/agoo | A high-performance HTTP server for Ruby applications | 911 |
tokio-rs/axum | A web framework providing an ergonomic and modular API for building web applications using Rust. | 19,233 |