Pipelines.WebSockets icon indicating copy to clipboard operation
Pipelines.WebSockets copied to clipboard

.NET WebSocket (RFC 6455/hixie/hybi) implementation using the System.IO.Pipelines API

Pipelines.WebSockets

.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.

What is web-sockets?