I was playing around with socket.io in python, and I was able to make a server, but I have no clue how to connect to it. Any help?
@nt998302 Well, you use socket.io in node, or even websockets in python should set the server up. Though if you want to be able to look at the pages in python I would recommend "Flask" (there's a couple tutorials in the Learn board)
I was playing around with socket.io in python, and I was able to make a server, but I have no clue how to connect to it. Any help?
@nt998302 Well, you use socket.io in node, or even websockets in python should set the server up. Though if you want to be able to look at the pages in python I would recommend "Flask" (there's a couple tutorials in the Learn board)