Elektron WebSocket API windows 7 support

Does Electron WebSocker API can be used from Client app running on Windows 7, as Windows 7 does not naively supports WebSockets?

Best Answer

  • @milan.milas

    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.

Answers