libjson-rpc-cpp
C++ framework for json-rpc (json remote procedure call) (by cinemast)
areg-sdk
Remote objects act local. C++ Async RPC for threads and processes with auto-discovery and zero-boilerplate messaging. (by aregtech)
libjson-rpc-cpp | areg-sdk | |
---|---|---|
1 | 22 | |
973 | 301 | |
0.0% | 1.0% | |
0.0 | 9.3 | |
over 1 year ago | 4 days ago | |
C++ | C++ | |
MIT License | Apache License 2.0 |
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.
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.
libjson-rpc-cpp
Posts with mentions or reviews of libjson-rpc-cpp.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Creating Solidity frontend in c
You can try using this library to interact with the network https://github.com/cinemast/libjson-rpc-cpp/
areg-sdk
Posts with mentions or reviews of areg-sdk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-23.
-
Fun project
Long time I was not here and I am very sure that none missed me :) I was busy developing new features of areg skd and creating user interface tool for areg sdk. And I must say, that working almost alone for more these 2 project, I made a huge progress. And what is very important, I have fun.
-
Essentials of Object Oriented and Functional Programming: A Guide to Modular Code
FP Libraries: gRPC, ZeroMQ, and AREG are examples of libraries with a special focus on providing possibilities for Interprocess Communication. Developed using C++, they facilitate communication through predefined APIs, emphasizing functional programming concepts.
-
How to find a suitable topic at GitHub to contribute?
In addition, if the owners of the repositories add more relevant and precise labels to the issues, it increases the possibility that the OSS developers find the issues they would loved to resolve. For example, the issues of AREG SDK which marked "help wanted" in addition have such labels like "C++" or "cmake", "unit test", etc.
-
Makefile versus CMake build system
My closer introduction with these 2 tools started from OSS areg sdk project. Because of some experienced friend recommendation, i started with make. The main reason was that it is more spread in embedded. No other weighty argument they had. After having make, i decided to integrate cmake. Suddenly i figured out that cmake for me is more understandable and powerful. It already has many features that makes things easier. The biggest advantage for me is that in comparison to make / Makefile, lot of IDE support build with cmake. The cross-platform / cross-compile for areg-sdk is important feature, and this is easier to achieve with cmake. For example, I can compile with make under Linux with gcc/clang, but under windows can compile in cygwin environment and not with MSVC, which is not the issue in case of cmake.
-
Your fun software projects
Project: AREG is a cross-platform interface-centric lightweight communication engine, which forms a grid of services in the IoT fog- and mist-network, automates the real-time transmission of data between multiple connected software nodes, so that the connected Things interact like a thin distributed servers and clients. Technologies: C/C++17, standard library dependencies, POSIX and Win32 API. Can be used in real product.
-
How abut open source projects?
Nice. I also have own project, but it already requires much time, so that cannot join in other projects. As well, up to now have no dependencies, except standard system libraries. I think, we should have a separate post to share projects and give short description. Some might be interested to join.
- Cross-platform IPC engine that automates real-time data transmission between connected processes, allowing them to interact like a distributed services
- Distributed services programming for Embedded, IoT edge and desktop applications
- Interface-centric Object RPC (ORPC) engine for embedded and desktop
What are some alternatives?
When comparing libjson-rpc-cpp and areg-sdk you can also consider the following projects:
gRPC - C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
nanomsg - nanomsg library
ZeroMQ - ZeroMQ core engine in C++, implements ZMTP/3.1
rpclib - rpclib is a modern C++ msgpack-RPC server and client library
cortex-m3-rtos - ARM Cortex-M3 Real-Time Operating System for educational purpose.