Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shimberger/verso

Simple reverse proxy for local development
https://github.com/shimberger/verso

developer-tools golang proxy-server reverse-proxy

Last synced: 9 days ago
JSON representation

Simple reverse proxy for local development

Awesome Lists containing this project

README

        

# 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.