Is superwebsocket available in asp.net by default?
Is superwebsocket available in ASP.NET by default?
If not how to configure it for mono.net environmen ? Is there a separate server sid开发者_高级运维e code running for superwebsocket ?
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!
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".
精彩评论