|
|
|
|
|
by em-bee
1031 days ago
|
|
everything i built in the past few years only needed a generic CRUD backend, if it needed a backend at all. there is no application specific code in the backend, and the latest app i am working on is completely static as far as the backend is concerned. it could even be served locally via file:// all the application and interface logic is in the browser.
this is only possible thanks to SPA. |
|