Are there any benefits to use Websockets instead of raw TCP sockets in LAN? -
assuming there client-server application running in lan. clients wpf applications , server windows service. there benefits use websockets instead of raw tcp sockets client-server communication?
no. primary benefit of websockets in general available in web browsers. if application not running in web browser, there no point in using websockets.
Comments
Post a Comment