filmov
tv
Demo - Plotting Location in Realtime using Angular SignalR ASP.NET Core (.NET 6)

Показать описание
In this video, I will show you the vehicle tracking web application in action. You can see that the co-ordinates of the vehicle are plotted in realtime without reloading the Page.
This is created to demonstrate pushing data to multiple clients using SignalR. The application is built using Angular and the data is pushed to the UI via ASP.NET Core (.NET 6)
ASP.NET Core SignalR is an open-source library that simplifies adding real-time web functionality to apps. Real-time web functionality enables server-side code to push content to clients instantly.
It supports the following techniques for Real Time data transmission -
* Websockets
* Server-Sent Events
* Long Polling
SignalR automatically chooses the best transport method that is within the capabilities of the server and client.
I've explained in detail about SignalR and how to build a simple vehicle tracking application from scratch using Angular, ASP.NET Core and SignalR in my eBook.
This is created to demonstrate pushing data to multiple clients using SignalR. The application is built using Angular and the data is pushed to the UI via ASP.NET Core (.NET 6)
ASP.NET Core SignalR is an open-source library that simplifies adding real-time web functionality to apps. Real-time web functionality enables server-side code to push content to clients instantly.
It supports the following techniques for Real Time data transmission -
* Websockets
* Server-Sent Events
* Long Polling
SignalR automatically chooses the best transport method that is within the capabilities of the server and client.
I've explained in detail about SignalR and how to build a simple vehicle tracking application from scratch using Angular, ASP.NET Core and SignalR in my eBook.