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.
- Host: GitHub
- URL: https://github.com/thejspr/yarn
- Owner: thejspr
- License: mit
- Created: 2011-07-21T21:17:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-27T21:39:22.000Z (over 14 years ago)
- Last Synced: 2025-05-02T10:06:56.280Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 353 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.