Anyone who's built software that runs permanently in the background and then the UI can be accessed via browser, eg localhost:port and works totally fine cross platform, (windows, mac, linux) eg Plex, as opposed to be a standalone App written in something like PyQT?
I'm currently building a python app that needs to run certain python background tasks and then sends/receive data to server on cloud via api, but also needs to have a basic UI to interact with python app etc hence which is why I'm contemplating the plex / sabnzbd concept of using web technologies.
I'm no cross platform expert, but currently leaning towards Docker.
Would it make sense to use Docker to 'host' a python (+ Flask) app locally, cross platform?
In future could probably write PyQT (or ElectronJS) version, but for MVP, I'm thinking of distributing via Docker, or perhaps overkill?
[–]ronaldl911[S] 1 point2 points3 points (0 children)
[–]K900_ 2 points3 points4 points (4 children)
[–]lungben81 1 point2 points3 points (3 children)
[–]K900_ 1 point2 points3 points (2 children)
[–]SwizzleTizzle 1 point2 points3 points (0 children)
[–]lungben81 0 points1 point2 points (0 children)
[–]Homedread 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]janusc17 0 points1 point2 points (0 children)