Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashwanthkumar/serve
- Owner: ashwanthkumar
- License: mit
- Created: 2023-08-07T10:22:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T04:47:14.000Z (about 1 year ago)
- Last Synced: 2024-04-14T09:19:02.454Z (7 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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