I’m building web app that needs to communicate with another application using socket connections. This is new territory for me, so want to be sure that sockets are different...
  • May 22, 2022
  • 0 Comments
I’m getting started on socket programming, and I keep seeing this AF_INET. Yet, I’ve never seen anything else used in its place. My lecturers are not that helpful and...
  • May 22, 2022
  • 0 Comments
I’m running an Express.js application using Socket.io for a chat webapp and I get the following error randomly around 5 times during 24h. The node process is wrapped in...
  • May 10, 2022
  • 0 Comments
File "C:\Users\Administrator\Documents\Mibot\oops\blinkserv.py", line 82, in __init__ self.serv = socket(AF_INET,SOCK_STREAM) TypeError: 'module' object is not callable Why am I getting this error? I’m confused. What do you need to know...
  • April 26, 2022
  • 0 Comments
The man pages and programmer documentations for the socket options SO_REUSEADDR and SO_REUSEPORT are different for different operating systems and often highly confusing. Some operating systems don’t even have...
  • April 22, 2022
  • 0 Comments