Differences between TCP sockets and web sockets, one more time [duplicate]

This question already has answers here: What is the fundamental difference between WebSockets and pure TCP? (4 answers) Closed 3 years ago. Trying to understand as best as I can the differences between TCP socket and websocket, I’ve already found a lot of useful information within these questions: fundamental difference between websockets and pure TCP … Read more

Difference between socket and websocket?

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 than websockets. It seems like they’re only conceptually similar. Asking because initially I’d planned on using Django as the foundation for my project, but in the … Read more