Mongrel2
   HOME

TheInfoList



OR:

Mongrel2 is an
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
"language agnostic"
web server A web server is computer software and underlying Computer hardware, hardware that accepts requests via Hypertext Transfer Protocol, HTTP (the network protocol created to distribute web content) or its secure variant HTTPS. A user agent, co ...
written by
Zed Shaw Zed A. Shaw is a software developer best known for creating the ''Learn Code the Hard Way'' series of programming tutorials, as well as for creating the Mongrel web server for Ruby web applications. He is also well known for his controversial vi ...
, and is the successor to Shaw's
Mongrel A mongrel, mutt, or mixed-breed dog is a dog that does not belong to one officially recognized breed, including those that result from intentional breeding. Although the term ''mixed-breed dog'' is sometimes preferred, many mongrels have no kn ...
server. The server supports
HTTP HTTP (Hypertext Transfer Protocol) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, wher ...
,
Flash Flash, flashes, or FLASH may refer to: Arts, entertainment, and media Fictional aliases * The Flash, several DC Comics superheroes with super speed: ** Flash (Jay Garrick) ** Barry Allen ** Wally West, the first Kid Flash and third adult Flash ...
XMLSockets,
WebSocket WebSocket is a computer communications protocol, providing a full-duplex, simultaneous two-way communication channel over a single Transmission Control Protocol (TCP) connection. The WebSocket protocol was standardized by the Internet Engineering ...
s and long polling connections.


Language agnostic

Mongrel2 is described as language agnostic, meaning it does not prefer any specific programming language over another. The server's documentation says:


Development

Shaw began working on the server in June 2010 and released version 1.0 of the software on September 1, 2010. Mongrel2 has nothing in common with the original Mongrel webserver, except for using the same HTTP parser.


References


External links

* Free web server software 2010 software Web server software for Linux Free software programmed in C Software using the BSD license {{free-software-stub