https://github.com/maple3142/heroku-proxy-local
https://github.com/maple3142/heroku-proxy-local
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maple3142/heroku-proxy-local
- Owner: maple3142
- Created: 2020-09-14T09:43:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T11:05:49.000Z (over 5 years ago)
- Last Synced: 2025-06-29T10:39:11.844Z (11 months ago)
- Size: 5.31 MB
- Stars: 11
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku proxy local
> Use Heroku to expose your local server to the Internet.
## Usage
1. [](https://heroku.com/deploy)
2. Download modified `wstunnel` [here](https://github.com/maple3142/wstunnel/releases)
3. Extract `wstunnel` binary from tarball
4. `./wstunnel cli -tunnel ws://$YOUR_APP_NAME.herokuapp.com -server http://localhost:$PORT`
Example: `./wstunnel cli -tunnel ws://test.herokuapp.com -server http://localhost:8000`
5. Access `https://$YOUR_APP_NAME.herokuapp.com`
## About the binary `wstunnel`
It is built from my fork of `wstunnel` [here](https://github.com/maple3142/wstunnel).