#How to ship JavaScript and Typescript apps to ...
1 messages · Page 1 of 1 (latest)
I had investigated a bit delivering Python + Node app this way, because technically you can have Python API routes in Next, so you could go very far. It can be helpful to create computation servers with UI for instance, a bit like Jupyter works
If you want to check: https://github.com/lbke/snext
this use case is imo underrated, there is demand for producing easily JS UI, with actual modern full-stack frameworks and not just fat Django + React SPAs, and python backend, all that packaged in a way that suites traditional windows/mac user
Packaging as clean .exe is a must have in business where it's all windows
I agree the ability to spin something up quickly and then package it is great.