I have done a full scale Flask app that uses a .DLL library. It's been running just fine on my local server, which is on a Windows environment.
Now, I am having difficulty finding a web hosting service that uses Windows as the operating system and that still supports Python. It looks like if you want to go Python, you're stuck using Linux. Now Linux does not support .DLL, so it does not work for me.
Basically, I need a web hosting service that is using Windows as the OS AND supports Python. That, or a trick to allow a Linux OS server to support a .DLL library.
I have read a bit on the Docker topic. I think it might be a key piece to the solution. Doing a image of my app and run it on a linux OS web hosting service?
Anyways, I'm looking for advise from a pro who could show me the right path to use so that I could finally deploy this project on which I have spent tens of hours.
Thank you very much in advance.
I have tried heroku web hosting (linux). I have also tried Plesk on windows, which I learnt does not support Python.
