swimos / swim

Full stack application platform for building stateful microservices, streaming APIs, and real-time UIs
https://www.swimos.org
Apache License 2.0
477 stars 41 forks source link

Framework support for a UiRouter #114

Closed jcustenborder closed 10 months ago

jcustenborder commented 1 year ago

I've started to notice a pattern where the user interface is served from within a directory in the resources. This works really well when dockerizing the application with jib. It would make sense for there to be a UI router that's available in the framework.

Should this be a different module? I picked swim.services.web mainly because it fit with the dependencies that I cared about. Should this go in it's own module?