SignalR in Angular using AspNet core WEB API | Create Realtime application using signalR in 30 min

preview_player
Показать описание
Share, Support, Subscribe!!

In this video we will see how to create angular application that will utilize the signalR service to create a realtime application.

We will create:
SignalR service from asp net web api application.
We will then bind the endpoint of the service to our client end and receive the broadcasted notification.
We will create the realtime application that will receive the push from server and notify to the client end.
Рекомендации по теме
Комментарии
Автор

You are broadcasting to all connections. What if you wanted to send to a specific user/connection?

rpiisenh
Автор

When I try to run the front I get: "An unhandled exception occurred: Cannot find module Please verify that the package.json has a valid "main" entry" even when I install ajv, anyone know what could be the issue? Thanks

wilawara
Автор

public _hubConnection: HubConnection; not initialize with angular 12.2.11 please help me for solve this proplem

mahmoudyehia