Skip to content

a proxy exposing and caching web and file resources over a convenient protocol

Notifications You must be signed in to change notification settings

braid-org/simpleton-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This project has moved to braid-text-proxy

simpleton-proxy

a proxy exposing and caching web and file resources over a convenient protocol

To Run Locally..

Clone the repo..

    git clone https://github.com/braid-org/simpleton-proxy.git

And in that directory, run:

    node index.js 60000

This will run a server on port 60000, but only permits local connections.

Note that it will create a directory called braid-text-db, and store the local cached information there.

To Use..

/pages: shows all the proxied urls

/file-proxy/AAA?BBB: proxies the url AAA into the file BBB

/AAA: proxies the url AAA as simpleton

Known Issues:

  • doesn't resubscribe to anything when you restart the server (though it should keep trying to re-establish a broken connection for as long as the server is still running)

About

a proxy exposing and caching web and file resources over a convenient protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published