.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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
.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.