Forums

Running a public facing SocketServer instance

I'd like to test out a piece of client-server software I'm writing at the moment over the internet to see how well it works. I can boot it up fine on my local machine and run it on port a specified port but I would like to be able to host it publicly. How do I go about doing that using PythonAnywhere?

That's not possible I'm afraid. We only support web apps that implement the WSGI protocol. Usually, things built with a web framework like Django or Flask...