inter-process-communication.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [inter-process-communication]
www.codever.land/bookmarks/t/inter-process-communication
Apache Thrift
Efficient cross-language IPC/RPC, works between C++, Java, Python, PHP, C, and many more other languages. Originally developed by Facebook. [Apache2]
- tags: cpp, inter-process-communication
Cap'n Proto
http://kentonv.github.io/capnproto/
Fast data interchange format and capability-based RPC system. [MIT]
- tags: cpp, inter-process-communication
gRPC
A high performance, open source, general-purpose RPC framework. [BSD] website
- tags: cpp, inter-process-communication
- :octocat: source code
Ice
https://github.com/zeroc-ice/ice
Comprehensive RPC framework with support for C++, C, Java, JavaScript, Python and more. [GPLv2]
- tags: cpp, inter-process-communication
- :octocat: source code
libjson-rpc-cpp
https://github.com/cinemast/libjson-rpc-cpp
JSON-RPC framework for C++ servers and clients. [MIT]
- tags: cpp, inter-process-communication
- :octocat: source code
nanomsg
https://github.com/nanomsg/nanomsg
A simple high-performance implementation of several "scalability protocols". [MIT] website
- tags: cpp, inter-process-communication
- :octocat: source code
nng
https://github.com/nanomsg/nng
nanomsg-next-generation, a light-weight brokerless messaging library. [MIT] website
- tags: cpp, inter-process-communication
- :octocat: source code
rpclib
https://github.com/rpclib/rpclib
A modern C++ msgpack-RPC server and client library. [MIT]
- tags: cpp, inter-process-communication
- :octocat: source code
simple-rpc-cpp
https://github.com/pearu/simple-rpc-cpp
A simple RPC wrapper generator to C/C++ functions. [BSD]
- tags: cpp, inter-process-communication
- :octocat: source code
WAMP
Provides RPC and pub/sub messaging patterns. (various implementations, various languages)
- tags: cpp, inter-process-communication
xmlrpc-c
http://xmlrpc-c.sourceforge.net/
A lightweight RPC library based on XML and HTTP. [BSD]
- tags: cpp, inter-process-communication