eldoy / waveorb

Javascript web app development framework
https://waveorb.com
MIT License
5 stars 0 forks source link

Support for micro frontends and backends #169

Open eldoy opened 5 months ago

eldoy commented 5 months ago

Sometimes it makes sense to develop parts of the application in a separate repository, but have it run under the same domain name. Instead of doing docs.example.com we want to be able to host the application at example.com/docs. How do we solve this?

Just merging is maybe not good enough, we want the files and everything to be run in a separate container.