1.1.0 • Published 2 years ago
node_http_server_public v1.1.0
This is a simple http server written in node.js.
Usage
npx node_http_server_public [root_path]Features
Access static file through
http://[ip]:[port]/C:/Users/Administrator/Documents/foo.barStatic server can be case sensitive or case insensitive by passing argument
--case_sensitiveYou can toggle folder view by passing argument
--disable_serve_indexPermit access to specified file by passing argument
--valid_patternorurl_patternPermit access from specified ip by passing argument
--ip_pattern