#kestrel-server

[ follow ]
Hackernoon
1 year ago
JavaScript

How to Build a High-Performance TCP Server from Scratch | HackerNoon

To build a high-performance TCP server in .NET, it's crucial to understand socket mechanisms and optimize for low latency and high throughput. [ more ]
CodeProject
5 months ago
JavaScript

gRPC, .NET 8.0 and Kestrel in Easy Samples

gRPC is a high-performance technology for server-client communication, supporting smaller messages, server-side streaming, and multi-platform usage with various languages.
Kestrel server in ASP.NET 8.0 is recommended for .NET gRPC services due to its multiplatform nature and capability to handle requests/responses efficiently. [ more ]
[ Load more ]