Cross-platform .NET WebSocket library with async support

Are there cross-platform (readable: Mono-friendly) libraries that offer WebSocket server support and allow asynchronous I / O through the C # 5 API async?

SuperSocket.NET seems to be the closest option, but does not appear to support asynchronous support .

Mono itself has not yet been implemented System.Net.WebSockets .

+5
source share
2 answers

Now you can use WebSocketListener .

It offers async methods.

+3
source

SuperWebSocket SuperSocket. SuperWebSocket SuperSocket . SuperWebSocket - SuperSocket.

0

All Articles