A static web server with built-in preprocessing. Written in node.js.
Harp is a static web server with built-in preprocessing written in Node.js.
It serves Markdown
, Jade
, EJS
, CoffeeScript
, Sass
, LESS
, and Stylus
as HTML
, CSS
and JavaScript
without any configuration.
It also makes use of the Layout/Partial paradigm, available to Jade
and EJS
.
Truly dynamic content achievable by means of flexible custom metadata
.
Your code can be easily compiled to HTML
, CSS
and JavaScript
.
Harp can also be used as an embedded express
middleware.
It also plays well with client side routers and frameworks.