Skip to content

spencertipping/instaserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Step 1. Run ./instaserver.html child my-server.
Step 2. mv my-server into the directory you want to serve.
Step 3. cd there and run ./my-server run.

Your directory will be served on 0.0.0.0:8080. A special URL, 'proxy',
is provided for external requests; e.g:

  http://localhost:8080/proxy/www.google.com/   # retrieves Google

You can create aliases to /proxy/ to provide passthroughs to other
services. See the Montenegro documentation for information about how
to code it. The Javascript file creating the server can be accessed
like this:

  ./my-server edit js::server

From there you can customize the server initialization.

About

A quick directory server in node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published