Echo JS 0.11.0

<~>

tracker1 1417 days ago. link 1 point
For most of what I've been working on lately, the API is a slice from the main application domain... ex: /api will reverse-proxy to the api service, other routes will serve from the ui static files.

No CORS at all, so only the service domain can be used in a browser.

This can be done with nginx, caddy, kubernetes entry, or even in IIS via the ARR extension.