1.1.0 • Published 30 days ago

node_http_server_public v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
30 days ago

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.bar

Static server can be case sensitive or case insensitive by passing argument --case_sensitive

You can toggle folder view by passing argument --disable_serve_index

Permit access to specified file by passing argument --valid_pattern or url_pattern

Permit access from specified ip by passing argument --ip_pattern