Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 2.6 KB

web-server.md

File metadata and controls

63 lines (53 loc) · 2.6 KB

Bookmarks tagged [web-server]

https://github.com/postrank-labs/goliath

A non-blocking Ruby web server framework.


https://github.com/boazsegev/iodine

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


https://www.phusionpassenger.com

Fast and robust web server and application server.


https://github.com/puma/puma

A modern, concurrent web server for Ruby.


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.


https://github.com/celluloid/reel

Celluloid::IO-powered web server.


http://code.macournoyer.com/thin

Tiny, fast & funny HTTP server.


https://github.com/torquebox/torquebox

A Ruby application server built on JBoss AS7 and JRuby.


http://unicorn.bogomips.org

Rack HTTP server for fast clients and Unix.