Hacker News new | ask | show | jobs
by johnchristopher 4376 days ago
I use (Harpjs)[http://harpjs.com/], it's a nodejs application. It can act as a web server serving static HTML or it can do live rendering of JADE files, MARKDOWN files, LESS files, etc., and comes with templating and yelding mechanism.

Bonus: it can compile any "dynamic"* site it can process to complete static HTML.

* quote, because it's still based on flat files, not on any kind of database.

1 comments

Thanks!