Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history:
* the Mongrel parser, the root of Mongrel speed and security
* Event Machine, a network I/O library with extremely high scalability, performance and stability
* Rack, a minimal interface between webservers and Ruby frameworks
Unicorn is a HTTP server for Rack applications designed to take advantage of features in Unix/Unix-like kernels and only serve fast clients on low-latency, high-bandwidth connections. Slow clients should only be served by placing a reverse proxy capable of fully-buffering both the the request and
... [More] response in between Unicorn and slow clients. [Less]
A JSON Web App Framework designed to provide for simple applications dealing solely with JSON requests and responses from AJAX client applications or for lightweight server-side message transport.
This is openDCIM, a free, web based Data Center Infrastructure Management application. DCIM means many different things to many different people, and there is a multitude of commercial applications available. openDCIM does not contend to be a function by function replacement for commercial
... [More] applications. Instead, openDCIM covers the majority of features needed by the developers - as is often the case of open source software. The software is released under the GPL v3 license, so you are welcome to take it, modify it, and share it with others, as long as you acknowledge where it came from. [Less]
JRuby-Rack is a lightweight adapter for the Java Servlet environment that allows any Rack-based application to run unmodified in a Java Servlet container. JRuby-Rack supports Rails as well as any Rack-compatible Ruby web framework.
Sprockets: Rack-based asset packaging
Sprockets is a Ruby library for compiling and serving web assets. It features declarative dependency management for JavaScript and CSS assets, as well as a powerful preprocessor pipeline that allows you to write assets in languages like CoffeeScript, Sass, SCSS and LESS.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy