Signalr ASP NET compatibility

ARTURO ROJAS DE JESUS 0 Reputation points
2023-07-03T23:52:38.9566667+00:00

Hi

Currently, I'm trying to migrate an application that works with SignalR ASP.NET (NOT CORE) as backend, and AngularJS as frontEnd, to Angular v12. I've been looking information everywhere but I don´t have a final answer. I know SignalR Core provides an easier integration with Angular, but that's not an option. My question is: is it posible to stablish a connection between signalR AspNet and Angular v12?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,577 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JasonPan - MSFT 6,276 Reputation points Microsoft Vendor
    2023-07-04T10:08:41.6933333+00:00

    Hi @ARTURO ROJAS DE JESUS,

    You can use ASP.NET SignalR JavaScript Client via npm i signalr in your Angular v12 Project.

    Official Link: Differences between ASP.NET SignalR and ASP.NET Core SignalR - How to identify the SignalR version

    User's image


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,

    Jason Pan

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.