adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
844 stars 30 forks source link

Allow for non-page-based routes #76

Open paulsmith opened 1 year ago

paulsmith commented 1 year ago

Some valuable feedback we received after our public announcement was that file-based routing is great for getting started but doesn't scale well. To a degree we are YAGNI at this early stage, but we can anticipate reasonable needs in this area for even a modest sized app.

Some of the design questions: