Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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 ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
174 views
Welcome To Ask or Share your Answers For Others

1 Answer

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!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...