你的位置: 码友网首页 / 资讯源列表 / How to Use SignalR with .NET Core and Angular - Real-Time Charts

关于[How to Use SignalR with .NET Core and Angular - Real-Time Charts]的摘要:

SingalR is a library which helps us provide a real-time web functionality to our applications. This means that our server can push data to any connected client as soon as that data is provided, in a real-time, and vice verse. In this article, we are going to show you how to use SignalR with .NET Core and Angular through the practical example. We are going to simulate a real-time data flow by using the Timer class in .NET Core and use that data to change states of our Angular charts in real time as well. For this example, we are going to use only one-way communication (from the server to the client), but we will add an additional feature to the example, to show the two-way communication as well (client-server-client).

原文地址: https://code-maze.com/netcore-signalr-angular/

收录时间: 2018-12-04 浏览量: 2619 分类: .NET Core

| 0 收藏 | 0