问题描述
superwebsocket 是否默认在 ASP.NET 中可用?
Is superwebsocket available in ASP.NET by default?
如果不是,如何为 mono.net 环境配置它?是否有单独的服务器端代码为 superwebsocket 运行?
If not how to configure it for mono.net environmen ? Is there a separate server side code running for superwebsocket ?
推荐答案
默认不在 ASP.NET 中,因为它不是 Microsoft 的项目.
It is not in ASP.NET by default, because it is not a project of Microsoft.
它可以在 Mono 2.10 上运行,因为 SuperSocket(SuperWebSocket 的底层框架)已经支持 Mono 2.10.但是你需要做两件事:1) 参考最新版本的SuperSocket2)改用Unix版本的log4net配置文件:http://supersocket.codeplex.com/SourceControl/changeset/view/65874#1405604
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 SuperSocket2) Use Unix version log4net configuration file instead:http://supersocket.codeplex.com/SourceControl/changeset/view/65874#1405604
源代码中有一个名为 SuperWebSocketService 的项目,它允许您将 SuperWebSocket 作为控制台应用程序或 Windows 服务运行!
There is project called SuperWebSocketService in source code which allow you run SuperWebSocket as a console application or a windows service!
这篇关于默认情况下,asp.net 中是否提供 superwebsocket?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!