1.0.0 • Published 8 years ago

hss v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

hss

The simplest https proxy server to http server.

What all you need

install

npm install hss -g

use

If your http server is running on 80 port, this proxying server would run if you execute like below.

hss --targetPort 80

The proxying server would run at https://localhost:8081. All of the requests would be forwarded to the server running on port 80.