Skip to content

Using Azure SignalR Service and other Azure services to build real-time web applications.

License

Notifications You must be signed in to change notification settings

asleekgeek/real-time-web-samples

 
 

Repository files navigation

使用Azure SignalR服务快速开发实时交互应用示例代码

示例1 一站式防疫信息实时互动开源项目

功能介绍

实时弹幕: 在用户端页面通过视频下方的聊天窗口,在线用户可以发送聊天信息,信息以弹幕形式实时显示在所有在线用户的视频屏幕上。

实时通知: 通过管理端的通知群发页面发送通知文本,所有在线用户可在用户端页面顶部接收到通知文本,并有自动语音朗读。

实时统计: 以柱状图的形式实时更新累计用户、弹幕、通知数量。

示例截图: Screenshot

如何使用

Azure技术: 使用Azure SignalR服务实现实时交互,集成SignalR扩展的Azure Functions提供API服务托管,Azure Cosmos DB Table API用于数据存储及Cognitive Speech服务用于文本转语音。

代码及介绍

示例2 实时航班地图

代码

资源链接

About

Using Azure SignalR Service and other Azure services to build real-time web applications.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • C# 9.7%
  • HTML 2.7%
  • CSS 1.6%
  • Dockerfile 0.3%