0

I might be posting in the wrong place, but, I have a question. I have a web application that is hosted on IIS. And I have TCpSocketServers running on several separate machines listening on separate ports. My requirement is for the web application to connect to the tcpserver and get realtime data. My thought originally was to write an ASP.NET Core SignalR Hub hosted on my IIS(ssl enabled) which in turn acts as a tcp client to the servers. Is this possible? If not, what are my options? I'm not clear as to how the Asp.net core signalr app can be made a tcp client.

Node.Js + Socket.IO vs SignalR vs C# WebSocket Server

Any help is appreciated.

SoftwareDveloper
  • 559
  • 1
  • 5
  • 18

1 Answers1

0

I ended up writing a SignalR Server in ASP.NET Core(that would connect to a TcpServer) and a javascript client.

SoftwareDveloper
  • 559
  • 1
  • 5
  • 18