.NET WebSocket (RFC 6455) implementation using the System.IO.Pipelines
API
System.IO.Pipelines
is the experimental corefxlab API offering efficient zero-copy async-IO mechanisms for .NET using "spans"; in a former life it was known as Channels.
.NET WebSocket (RFC 6455/hixie/hybi) implementation using the System.IO.Pipelines API
C#MIT
.NET WebSocket (RFC 6455) implementation using the System.IO.Pipelines
API
System.IO.Pipelines
is the experimental corefxlab API offering efficient zero-copy async-IO mechanisms for .NET using "spans"; in a former life it was known as Channels.