.net standard class library?!

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. gRPC

    C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

    There's an older library that uses a native DLL for HTTP/2 support but it's been deprecated a while: https://github.com/grpc/grpc/tree/master/src/csharp

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. vs-streamjsonrpc

    The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.

    I've had a lot of success with StreamJsonRpc over named pipes, including your exact scenario (Framework talking to Core with a shared Standard library holding all the IPC stuff).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Exchanging data between two Console Applications

    1 project | /r/csharp | 26 Feb 2023
  • need help with Windows Service (C#)

    1 project | /r/csharp | 6 Sep 2022
  • Is there a better way to do Sockets?

    3 projects | /r/dotnet | 6 Jun 2023
  • gRPC Server(!) in .net Framework 4.8.2?

    2 projects | /r/dotnet | 19 Jul 2022
  • gRPC Development experience in modern .NET

    7 projects | /r/dotnet | 12 Nov 2021

Did you know that C++ is
the 7th most popular programming language
based on number of references?