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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -