Search code examples
c#-4.0signalrborland-c++

Is SignalR a Microsoft only technology?


Can SignalR send messages to a Borland C++ client and if so what is the oldest version of Borland C++ (ver 6/ ver 7)? How would a Borland C++ client receive a SignalR message if it is possible? If not what send technology would be best with Borland C++ as the client and C# .NET as the pusher?


Solution

  • It looks like there is a C++ client, but it's not actively maintained, so you might have to customize a lot of the code to make it work for you. It might be possible to use node.js/socket.io with edge.js but it's probably not very straightforward. I'd take a look at things like ZeroMQ or RabbitMQ.