https://github.com/radovskyb/reloadproxy
reloadproxy restarts your server and reloads what's in your browser, anytime any changes are detected.
https://github.com/radovskyb/reloadproxy
Last synced: about 1 year ago
JSON representation
reloadproxy restarts your server and reloads what's in your browser, anytime any changes are detected.
- Host: GitHub
- URL: https://github.com/radovskyb/reloadproxy
- Owner: radovskyb
- Created: 2016-09-26T15:17:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T02:41:52.000Z (over 9 years ago)
- Last Synced: 2025-04-01T14:46:15.556Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 842 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reloadproxy
`reloadproxy` restarts your server and reloads what's in your browser, anytime changes are detected.
### reloadproxy is currently only a proof of concept.
Anytime your files are modified or any files are added or deleted, `reloadproxy` automatically restarts your server and displays your changes in real time in your browser.
# Installation
```shell
go get -u github.com/radovskyb/reloadproxy
```
# Usage
Assuming you have your server set to run at `http://localhost:9000` and you want `reloadproxy` to run it's server at `http://localhost:9001`, then simply run the command:
```shell
reloadproxy main.go
```
# Example
