superwebsocket在asp.net中默认可用吗?

发布于 2024-10-27 01:16:40 字数 174 浏览 1 评论 0原文

默认情况下,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 技术交流群。

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

发布评论

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

评论(2

两相知 2024-11-03 01:16:40

默认情况下它不在 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!

木槿暧夏七纪年 2024-11-03 01:16:40

默认情况下,superwebsocket 在 ASP.NET 中可用吗?

不会。

这就是 Codeplex 项目存在的原因。

如果不是,如何为 mono.net 环境配置它?

该项目有下载,但没有文档:要么自己尝试,要么在项目网站上提问(有“问题跟踪器”和“讨论”区域可供使用)。

是否有为 superwebsocket 运行单独的服务器端代码?

由于它向 ASP.NET 添加了功能,答案必须是“是”。

Is superwebsocket available in ASP.NET by default?

No.

That's why the Codeplex project exists.

If not how to configure it for mono.net environmen ?

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

Is there a separate server side code running for superwebsocket ?

As it adds functionality to ASP.NET the answer must be "Yes".

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