vs-streamjsonrpc VS BedrockFramework

Compare vs-streamjsonrpc vs BedrockFramework and see what are their differences.

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. (by microsoft)

BedrockFramework

High performance, low level networking APIs for building custom servers and clients. (by davidfowl)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vs-streamjsonrpc BedrockFramework
4 6
701 1,025
0.4% -
9.3 0.0
9 days ago 3 months ago
C# C#
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vs-streamjsonrpc

Posts with mentions or reviews of vs-streamjsonrpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-13.
  • Exchanging data between two Console Applications
    1 project | /r/csharp | 26 Feb 2023
    I had some quick success playing with JSON-RPC
  • .net standard class library?!
    2 projects | /r/dotnet | 13 Jan 2023
    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).
  • need help with Windows Service (C#)
    1 project | /r/csharp | 6 Sep 2022
    You need to build something like a tray application if you want to interact with the desktop. If you do this, you might not need a service, but if you do still need a service, then you need to communicate between the service and the tray app with some interprocess communications (IPC) mechanism like StreamJsonRpc.
  • Building c-lightning plugin with .NET
    6 projects | dev.to | 27 Mar 2022
    First, create an application that acts as an ordinary JsonRPC 2.0 server. The standard way to do this is to use the StreamJsonRpc library authored by MS.

BedrockFramework

Posts with mentions or reviews of BedrockFramework. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-06.

What are some alternatives?

When comparing vs-streamjsonrpc and BedrockFramework you can also consider the following projects:

Demo.AspNetCore.StreamJsonRpc - Sample project for demonstrating JSON-RPC 2.0 in ASP.NET Core

WatsonTcp - WatsonTcp is the easiest way to build TCP-based clients and servers in C#.

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

SimpleUnityTCP - 🖧 Simple Unity Project to show how TCP communication are builded in C# without multi-threading or Unity network (Unet) involved.

lnd - Lightning Network Daemon ⚡️

XPlaneConnector - Read data and send commands to XPlane via UDP

lightning - Core Lightning — Lightning Network implementation focusing on spec compliance and performance

notifo - Multi channel notification service for collaboration tools, e-commerce, news service and more.

NLoop - Generic Lightning Loop

NModbus4 - NModbus4 is a C# implementation of the Modbus protocol. This project is archived in favor of https://github.com/NModbus/NModbus

perfview - PerfView is a CPU and memory performance-analysis tool

DotNetty - DotNetty project – a port of netty, event-driven asynchronous network application framework