web-server.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [web-server]
www.codever.land/bookmarks/t/web-server
Goliath
https://github.com/postrank-labs/goliath
A non-blocking Ruby web server framework.
- tags: ruby, web-server
- :octocat: source code
Iodine
https://github.com/boazsegev/iodine
An non-blocking HTTP and Websocket web server optimized for Linux/BDS/macOS and Ruby MRI.
- tags: ruby, web-server
- :octocat: source code
Phusion Passenger
https://www.phusionpassenger.com
Fast and robust web server and application server.
- tags: ruby, web-server
Puma
A modern, concurrent web server for Ruby.
- tags: ruby, web-server
- :octocat: source code
Rack
A common Ruby web server interface. By itself, it's just a specification and utility library, but all Ruby web servers implement this interface.
- tags: ruby, web-server
Reel
https://github.com/celluloid/reel
Celluloid::IO-powered web server.
- tags: ruby, web-server
- :octocat: source code
Thin
http://code.macournoyer.com/thin
Tiny, fast & funny HTTP server.
- tags: ruby, web-server
TorqueBox
https://github.com/torquebox/torquebox
A Ruby application server built on JBoss AS7 and JRuby.
- tags: ruby, web-server
- :octocat: source code
Unicorn
Rack HTTP server for fast clients and Unix.
- tags: ruby, web-server