Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个引发事件并将一些数据作为事件参数发送的第三方应用程序。另一方面,我有一个需要监听这些事件和收集数据的 Web 应用程序。然后是一个 HTML5 页面,它通过一个完整的 Web 请求访问 Web 应用程序并在 UI 上获取填充数据。
Web 应用程序应该如何监听事件并收集数据并为 html5 进行调用做好准备?
您需要研究WebHooks、SignalR以及如何编写不会被 mod 删除的问题。