# BedrockFramework **Repository Path**: itsm/BedrockFramework ## Basic Information - **Project Name**: BedrockFramework - **Description**: 一款高性能网络通信组件,与Kestrel,SignalR底层通信代码基本一致,微软也是一直在计划将kestrel等框架基于bedrockFramework来开发 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-11-15 - **Last Updated**: 2023-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bedrock Framework [![feedz.io](https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fdavidfowl%2Fbedrockframework%2Fshield%2FBedrock.Framework%2Flatest&label=Bedrock.Framework)](https://f.feedz.io/davidfowl/bedrockframework/packages/Bedrock.Framework/latest/download) [![Gitter](https://badges.gitter.im/BedrockFramework/BedrockFramework.svg)](https://gitter.im/BedrockFramework/BedrockFramework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [Project Bedrock](https://github.com/aspnet/AspNetCore/issues/4772) is a set of .NET Core APIs for doing transport agnostic networking. In .NET Core 3.0 we've introduced some new abstractions as part of [Microsoft.AspNetCore.Connections.Abstractions](https://www.nuget.org/packages/Microsoft.AspNetCore.Connections.Abstractions) for client-server communication. See the presentation [here](https://speakerdeck.com/davidfowl/project-bedrock) This project is split into 2 packages: - **Bedrock.Framework** - The core framework, server and client builder APIs, built in middleware and transports (sockets and memory). - **Bedrock.Framework.Experimental** - A set of protocol and transport implementations that may eventually make their way into core. Some of them are incomplete at this time. ## Using CI builds To use CI builds add the following nuget feed: ```xml ```