0

I have an application using Asp net core 3

I am going to use web socket to receive and send data in real-time mode

Can someone help me to implement it using Asp .net core?

1
  • stackoverflow is not a free code writing service, please show your code/effort and what the actual problem is. Commented Feb 25, 2020 at 9:12

1 Answer 1

1

You can easily implement websockets in ASP.NET Core using SignalR.

Here's a link with some tutorials you may want to follow. The link will provide you with examples of how to do real-time communication over websockets.

Without more details, I don't think anyone can help you get any further.

Not the answer you're looking for? Browse other questions tagged or ask your own question.