[Python] How to Use Socket in Python
I originally planned to write a simple tutorial of ChatBot using Socket, that would only repeat what you said. Which is similar to the current LineBot tutorial on the internet. The difference is that I using Socket but LineBot I have seen that most are implemented using “webhook”.
Read More »[Python] How to Use Socket in Python