failed to start application on webserver-test.glitch.me
This is most likely because your project has a code error.
Check your project logs, fix the error and try again.
okay, ever heard of flask? it uses flask to serve html files (like glitch). But this has a small CLI inside main.py. And routes/IP/port options can be set inside the config file. Plus a status page giving you helpful information for debugging.
Not much so far, our plan is to make it like apache in many ways
Oh, I see! It’s like a basic server in nodejs that serves HTML files. This is actually pretty cool; I didn’t know you could set up webservers in Python.
Python 2 is reaching end of life so most people won’t use it when their machines support python 3 only, if your code has no print statements it might work.
It’s sad yes, and I know a few companies that are spending time converting code to work for python 3
There is some cool stuff such as optional types to make autocomplete/intelisense not stupid at times.