Answers for "difference between websocket and socket"

1

difference between websocket and socket

WebSockets typically run from browsers connecting to Application Server over a protocol similar to HTTP that runs over TCP/IP. So they are primarily for Web Applications that require a permanent connection to its server. On the other hand, plain sockets are more powerful and generic.
Posted by: Guest on June-16-2021

Code answers related to "difference between websocket and socket"

Browse Popular Code Answers by Language