superwebsocket在asp.net中默认可用吗?
默认情况下,superwebsocket 在 ASP.NET 中可用吗?
如果不是,如何为 mono.net 环境配置它?是否有为 superwebsocket 运行的单独的服务器端代码?
Is superwebsocket available in ASP.NET by default?
If not how to configure it for mono.net environmen ? Is there a separate server side code running for superwebsocket ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
默认情况下它不在 ASP.NET 中,因为它不是 Microsoft 的项目。
它可以在Mono 2.10上运行,因为SuperSocket(SuperWebSocket的底层框架)已经支持Mono 2.10。但你需要做两件事:
1)参考SuperSocket最新版本
2) 使用Unix版本的log4net配置文件代替:
http://supersocket.codeplex.com/SourceControl/changeset/view/65874#1405604
源代码中有一个名为 SuperWebSocketService 的项目,它允许您将 SuperWebSocket 作为控制台应用程序或 Windows 服务运行!
It is not in ASP.NET by default, because it is not a project of Microsoft.
It can run on Mono 2.10 because SuperSocket(SuperWebSocket's underlying framework) has supported Mono 2.10. But you need to do two things:
1) Reference latest version of SuperSocket
2) Use Unix version log4net configuration file instead:
http://supersocket.codeplex.com/SourceControl/changeset/view/65874#1405604
There is project called SuperWebSocketService in source code which allow you run SuperWebSocket as a console application or a windows service!
不会。
这就是 Codeplex 项目存在的原因。
该项目有下载,但没有文档:要么自己尝试,要么在项目网站上提问(有“问题跟踪器”和“讨论”区域可供使用)。
由于它向 ASP.NET 添加了功能,答案必须是“是”。
No.
That's why the Codeplex project exists.
The project has a download but no documentation: either try yourself or ask a question on the project site (there are "Issue Tracker" and "Discussion" areas to use).
As it adds functionality to ASP.NET the answer must be "Yes".