Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 315 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 315 Bytes

matt-daemon

A lightweight HTTP daemon for serving a static site.

With Matt Daemon, there are no surprises. He just serves.

Installation

npm install --save matt-daemon

Usage

require('matt-daemon')({
  port: HTTP_LISTENING_PORT,
  root: CONTENT_ROOT_DIRECTORY
});