web-server
Puma
https://puma.io/
A Fast, Concurrent Web Server for Ruby & Rack.
Puma is a simple, fast, multi-threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications.
Related contents:
Added 2 months ago
Rack
https://rack.github.io/rack/
A modular Ruby web server interface.
Rack provides a minimal, modular, and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the bridge between web servers, web frameworks, and web application into a single method call.
Related contents:
Added 2 months ago
nginx
https://nginx.org/
nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy server, and mail proxy server. Originally written by Igor Sysoev and distributed under the 2-clause BSD License.
Related contents:
Added 3 months ago
Added 5 months ago