Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashwanthkumar/serve

Serve Single Page Applications with custom proxies to talk to different backend services at runtime and different environments
https://github.com/ashwanthkumar/serve

Last synced: about 6 hours ago
JSON representation

Serve Single Page Applications with custom proxies to talk to different backend services at runtime and different environments

Awesome Lists containing this project

README

        

# serve

Serve is a tool that helps you serve Single Page Applications on your server.

## Usage
Create a file called serve.yaml in the working directory of the `serve` binary and do `./serve`.

## Features
1. Can serve SPA apps with 404 files defaulting to index.html for client side router to work properly.
2. Has ability to setup dynamic reverse proxies so we can route requests without CORS or any issues.
3. Reverse proxy returns the entire HTTP Headers and response as is.
4. We can proxy any HTTP method to the specified backend URL.

## License
MIT