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.


Iodine

https://github.com/boazsegev/iodine

An non-blocking HTTP and Websocket web server optimized for Linux/BDS/macOS and Ruby MRI.


Phusion Passenger

https://www.phusionpassenger.com

Fast and robust web server and application server.


Puma

https://github.com/puma/puma

A modern, concurrent web server for Ruby.


Rack

http://rack.github.io

A common Ruby web server interface. By itself, it's just a specification and utility library, but all Ruby web servers implement this interface.


Reel

https://github.com/celluloid/reel

Celluloid::IO-powered web server.


Thin

http://code.macournoyer.com/thin

Tiny, fast & funny HTTP server.


TorqueBox

https://github.com/torquebox/torquebox

A Ruby application server built on JBoss AS7 and JRuby.


Unicorn

http://unicorn.bogomips.org

Rack HTTP server for fast clients and Unix.