Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfowl/BedrockFramework
High performance, low level networking APIs for building custom servers and clients.
https://github.com/davidfowl/BedrockFramework
dotnet networking performance protocols sockets tcp transport
Last synced: 3 days ago
JSON representation
High performance, low level networking APIs for building custom servers and clients.
- Host: GitHub
- URL: https://github.com/davidfowl/BedrockFramework
- Owner: davidfowl
- License: mit
- Created: 2019-07-27T06:35:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T06:35:30.000Z (9 months ago)
- Last Synced: 2024-10-29T18:08:33.624Z (12 days ago)
- Topics: dotnet, networking, performance, protocols, sockets, tcp, transport
- Language: C#
- Homepage:
- Size: 462 KB
- Stars: 1,048
- Watchers: 66
- Forks: 153
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```