An open API service indexing awesome lists of open source software.

https://github.com/thejspr/yarn

Multi-process webserver written in Ruby. Part of my thesis project.
https://github.com/thejspr/yarn

Last synced: about 1 year ago
JSON representation

Multi-process webserver written in Ruby. Part of my thesis project.

Awesome Lists containing this project

README

          

# Yarn #

Yarn is a multi-process webserver written in Ruby 1.9 by Jesper Kjeldgaard.

## Installation ##
`gem install yarn`

## Usage ##

Usage: yarn [options]
where [options] are:
--host, -h : Hostname or IP address of the server (default: 127.0.0.1)
--port, -p : Port number to listen on for incomming requests (default: 3000)
--workers, -w : Number of worker threads (default: 4)
--rack, -r : Rackup file (default: off)
--log, -l: Enable logging
--debug, -d: Output debug messages
--version, -v: Print version and exit
--help, -e: Show this message

## Todo list ##

* Support persistent connections.