Bedrock Framework is a set of low-level .NET networking APIs for building high-performance custom servers and clients. Its architecture focuses on transport-agnostic communication so protocols are not tightly coupled to a specific network mechanism. Builder APIs provide structured ways to configure client and server pipelines. The core package includes middleware and transports for sockets and in-memory communication. A separate experimental package contains protocol and transport implementations that may eventually move into the main framework. The project builds on connection abstractions introduced in ASP.NET Core for client-server communication. It is primarily intended for developers creating specialized networking stacks where performance, protocol control, and composability matter.
Features
- Transport-agnostic .NET networking APIs
- High-performance server and client builders
- Composable networking middleware
- Socket and in-memory transports
- Experimental protocol implementations
- ASP.NET Core connection abstractions