.NET彗星引擎

发布于 2024-08-24 18:22:09 字数 59 浏览 2 评论 0原文

有基于 .net 的彗星引擎吗? Ajax Push Engine 一样?

像免费开源的

is there a .net based comet engine? like Ajax Push Engine

that is free and open source?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

醉酒的小男人 2024-08-31 18:22:09

绕轨道运行
Orbited 是一个 HTTP 守护进程,针对持久的彗星连接进行了优化。它旨在轻松与新的和现有的应用程序集成。 Orbited 允许您编写实时 Web 应用程序,例如聊天室或即时消息客户端,而无需使用任何外部插件(例如 Flash 或 Java)。

它可以作为 Windows 服务安装。许可证是麻省理工学院。

MethodWorx
MethodWorx 是由此开发的 有关代码项目的系列文章。它具有开源许可证。

这是一个打包版本
我们在一些项目中使用的库
启用 COMET 轮询或
我们的一些内部的长轮询
ASP.NET 应用程序。

它使用异步 HTTP 处理程序
保持 ASP.NET 连接打开
等待事件发生,启用
实时 AJAX 回调。

其他
还有其他几个开源 Comet 项目:

  • aspcomet 该项目的目的是开发一个COMET 实现不需要自定义服务器,但可以在本机 IIS 中运行。
  • emerge 工具包。相当长一段时间没有项目活动。

Orbited
Orbited is an HTTP daemon that is optimized for long-lasting comet connections. It is designed to be easily integrated with new and existing applications. Orbited allows you to write real-time web applications, such as a chat room or instant messaging client, without using any external plugins like Flash or Java.

It can be installed as a windows service. The license is MIT.

MethodWorx
MethodWorx was developed out of this series of articles on Code Project. It has an Open Source license.

This is a packaged version of a
library the we used in some projects
to enable COMET polling or
Long-Polling within some of our
ASP.NET applications.

It uses an Asynchronous HTTP handler
to keep ASP.NET connections open to
wait for events to occur, enabling
real-time AJAX callbacks.

Other
There are several more Open Source Comet projects:

  • aspcomet The aim of this project is to develop a COMET implementation which does not require a custom server, but can run in native IIS.
  • emerge toolkit. No project activity in quite some time.
荒芜了季节 2024-08-31 18:22:09

有.. PokeIn 用于 ASP.NET 的 Comet Ajax 库。在 IIS(.NET)、Apache 和 Ngix(Mono) 下工作。

There is.. PokeIn Comet Ajax Library for ASP.NET . Works under IIS(.NET), Apache and Ngix(Mono) .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文