UNPKG

simplehttpserver

Version:

Simple HTTP Server for static files. Intended as testing and development tool

12 lines (5 loc) 179 B
#!/usr/bin/env node var path = require('path'); var fs = require('fs'); var lib = path.join(path.dirname(fs.realpathSync(__filename)), 'simplehttpserver'); require(lib);