.NET Comet引擎 [英] .NET Comet engine

查看:76
本文介绍了.NET Comet引擎的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否存在基于.net的彗星引擎?像Ajax Push Engine一样

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

这是免费开放源代码吗?

that is free and open source?

推荐答案

轨道化

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

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.

它可以作为Windows服务安装。许可证为MIT。

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

MethodWorx

MethodWorx 是根据有关代码项目的系列文章。它具有开放源代码许可证。

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


这是
库的打包版本,我们在某些项目中使用过
可以在我们的某些
ASP.NET应用程序中启用COMET轮询或
长期轮询。

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.

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

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:


  • < a href = http://code.google.com/p/aspcomet/ rel = nofollow noreferrer> aspcomet 该项目的目的是开发不需要自定义服务器的COMET实现,但可以在本机IIS中运行。

  • emerge工具包。一段时间以来没有任何项目活动。

  • 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.

这篇关于.NET Comet引擎的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆