This week, I spent all my time trying to use Socket.IO.
I tried to create a small flask web application and implemented Socket.IO on it, before messing with the main application which already has many things built in place.
I did not want to implement anything that may mess with the code that was already present.
And it did not work. I tried following another tutorial on YouTube, but with the exact same codes as the tutor, somehow the packets that I tried to broadcast was either lost in space or did not send at all.
And therefore, this venture was also abandoned.
Comments