For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
2 1 0 0

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?

elektron-sdktreprdp-apiwebsocketsrrto
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvote
Accepted
7.6k 15 6 9

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Do you have an example of the client library that we can use on Windows 7 for .Net Framework c#?

@milan.milas

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

https://github.com/Refinitiv/websocket-api

Upvote
11.5k 16 7 10

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Its WPF application not web browser.

Click below to post an Idea Post Idea