# node_http_server_public **Repository Path**: TsubasaYeung/node_http_server_public ## Basic Information - **Project Name**: node_http_server_public - **Description**: node_http_server_public - **Primary Language**: JavaScript - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-21 - **Last Updated**: 2025-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a simple http server written in node.js. # Usage ```sh 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` > >