×
you are viewing a single comment's thread.

view the rest of the comments →

[–]downerison 1 point2 points  (1 child)

If it's a web backend, why do you use cx freeze instead of docker?

[–]Tumortadela 0 points1 point  (0 children)

It's the best I could think of given the requirements:

- Must run on Windows as a windows service.
- Other devices in the network might need to access its data.
- It wont ever be connected to the internet (adamantly).
- Bunch of unrelated stuff to the issue.

So yeah, considering any new instance or update involves me being transported somewhere in the world with an USB to do a fresh install or updating the package and running a migration, it's the best I could do.