zenflow / composite-service

Compose multiple services into one
MIT License
7 stars 1 forks source link

Support serving static files #22

Closed zenflow closed 3 years ago

zenflow commented 3 years ago

This should integrate with the proxy routes in a flexible way. For example, we should be able to mount static files at /admin and mount a proxy at / (default catch-all route) and vice-versa

https://expressjs.com/en/resources/middleware/serve-static.html

zenflow commented 3 years ago

New companion package composite-service-http-gateway already supports serving static files