Forums

help putting python script online and whats its ip?

im working on a game prototype that uses a server written in python, I have it running locally with host = '127.0.0.1', and port = 5001. but im new to this stuff, how do I get it online and what do I set the ip address to?

Unfortunately that probably won't work on PythonAnywhere -- we don't support raw socket servers, just websites using the WSGI framework.