shimberger / verso

Simple reverse proxy for local development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verso

Simple reverse proxy for local development

Usage

verso --backend [target url] /assets:./build

This will proxy all requests to http://localhost:8080 except all requests to http://localhost:8080/assets/... will be served from local build directory.

About

Simple reverse proxy for local development

License:MIT License


Languages

Language:Go 96.2%Language:Shell 3.8%