A
A
Andrey Mensky2015-08-24 18:07:45
C++ / C#
Andrey Mensky, 2015-08-24 18:07:45

How to work with socket.io server in c# application?

Good time.
It was required to implement live data in a .NET application. I remembered such a wonderful project as Socket.IO. Since the server is based on nodejs, it was logical to focus on it. I tried to find a ready-made solution in the form of a C# client - the only live project I found (SocketIoClientDotNet) turned out to be incorrectly working.
Perhaps experts in the field have come across something similar. Is there an alternative to socket.io for C# and what other technologies can be used for real-time data?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2015-08-24
@Nipheris

protocol buffers?
To Node: https://www.npmjs.com/package/protobufjs
To dotnet: www.nuget.org/packages/protobuf-net (not sure if this package is the best option, but seems to be the most popular one)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question