Why I need a socket server.
I'm not trying to build anything lowbrow, I'm just trying to make a socket server that can support flash games. I'm developing a multiplayer flash game which needs a socket server for players to connect to each other. There were two other methods I considered:
#1...
After a few days of struggling, I got a python codes to work with my hosting account. I am having a bit of trouble running a specific code though (Also I read the TOS and didn't see anything against running a socket server.)
#!/usr/bin/env python
print("Content-type: text/html\n")
# TCP server...