module.exports =
This is the annotated source code for Pow, a zero-configuration Rack server for Mac OS X. See the user’s manual for information on installation and usage.
The annotated source HTML is generated by Docco.
module.exports =
The Configuration class stores settings for a Pow daemon and is responsible for mapping hostnames to Rack applications.
Configuration: require "./configuration"
Daemon: require "./daemon"
DnsServer: require "./dns_server"
HttpServer handles incoming HTTP requests.
HttpServer: require "./http_server"
Installer: require "./installer"
Logger: require "./logger"
RackApplication represents a single running application.
RackApplication: require "./rack_application"
util: require "./util"