teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Make routes load on-demand, and be smart about which ones you keep around in sandbox #60

Closed teleclimber closed 2 years ago

teleclimber commented 2 years ago

Same way we do migration loading.

The API should hint or even enforce the idea that the app sets its routes once and never while appspace data is present.

teleclimber commented 2 years ago

In-work code now loads routes in a callback. But this can still causes problems wrt #63

teleclimber commented 2 years ago

This is not actionable, and discussion are in other issues. Closing.