Does Electron WebSocker API can be used from Client app running on Windows 7, as Windows 7 does not naively supports WebSockets?
For a deeper look into our Elektron API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Does Electron WebSocker API can be used from Client app running on Windows 7, as Windows 7 does not naively supports WebSockets?
Elektron Websocket is a server-side API, it does mean that you can use any WebSocket client library which supported by the programming language you currently use connecting to the server. If the WebSocket library still supported on Windows 7 your application should be able to connect to the server.
You may try opensource WebSocket library such as
https://github.com/sta/websocket-sharp
Our c# example provided on Github also use the websocket-sharp
Hello @milan.milas
If you running the WebSocket application in web browsers, it is not depending on the OS version (Windows 7, Windows 10 ,etc). It is based on whether that web browser supports WebSocket connection or not, which the older versions of IE do not support.