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.
我的 Windows 机器上运行了一个 .NET 应用程序。我需要它来使用 APE 向客户实时发布数据。我有一个在单独的 linux 机器上运行的 APE 服务器。我的问题是,如何从我的 .NET 应用程序的 Javascript 代码访问远程 APE 服务器
任何教程将不胜感激。
谢谢
我还没有实现它,但据我所知,APE 只是一个(特殊的)独立网络服务器。
要将数据“推送”到您的客户端,只需对 APE 的服务器进行 HTTP POST(例如在 C# 中使用 WebClient),指定要发送到的有效负载和通道/管道,然后让您的客户端连接到 APE 服务器。