Hi!
Is it possible to expose a high port for my python script in order to be accessible from the outside? - e.g.
$ nc mynick.pythonanywhere 1234
Hi!
Is it possible to expose a high port for my python script in order to be accessible from the outside? - e.g.
$ nc mynick.pythonanywhere 1234
Unfortunately not, we only support websites on the normal HTTP and HTTPS ports, and they have to be WSGI sites configured on the "Web" tab.