@neisun-node/anydoor
v0.0.6
Published
A simple static resource server implemented in Node
Downloads
5
Readme
anydoor
introduction
A simple static resource server implemented in Node.
The directory where anydoor is currently executed serves as the root directory of the server.
You can browse any file in the directory on the page
install
npm install @neisun-node/anydoor -g
Usage
anydoor -h 127.0.0.1 -p 8989 then server will started on '127.0.0.1:8989'
