An open API service indexing awesome lists of open source software.

https://github.com/furkansarikaya/echoprocessingsolution

A .NET project demonstrating a bridge between a TCP data stream and a gRPC service. It includes a TCP server that sends data, a gRPC server for processing, and a client that forwards the TCP data to the gRPC endpoint. It's a practical example of integrating legacy protocols with modern microservices.
https://github.com/furkansarikaya/echoprocessingsolution

aspnetcore communication-bridge csharp dotnet grpc integration microservices multithreading real-time-communication socket-programming tcp-client tcp-server

Last synced: about 5 hours ago
JSON representation

A .NET project demonstrating a bridge between a TCP data stream and a gRPC service. It includes a TCP server that sends data, a gRPC server for processing, and a client that forwards the TCP data to the gRPC endpoint. It's a practical example of integrating legacy protocols with modern microservices.

Awesome Lists containing this project