Some shit I wrote on a snowy sunday afternoon. Static fileserver with live refresh capabilities.
$ npm -g install pusherman
First, include the script in your page
<html>
<head>
...
<script src="/.pusherman.js"></script>
...
</head>
Pusherman can be used as a static file server for authoring flat html like so:
$ cd /path/to/html/project
$ pusherman