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

https://thrift.apache.org/

Efficient cross-language IPC/RPC, works between C++, Java, Python, PHP, C, and many more other languages. Originally developed by Facebook. [Apache2]


Cap'n Proto

http://kentonv.github.io/capnproto/

Fast data interchange format and capability-based RPC system. [MIT]


gRPC

https://github.com/grpc/grpc

A high performance, open source, general-purpose RPC framework. [BSD] website


Ice

https://github.com/zeroc-ice/ice

Comprehensive RPC framework with support for C++, C, Java, JavaScript, Python and more. [GPLv2]


libjson-rpc-cpp

https://github.com/cinemast/libjson-rpc-cpp

JSON-RPC framework for C++ servers and clients. [MIT]


nanomsg

https://github.com/nanomsg/nanomsg

A simple high-performance implementation of several "scalability protocols". [MIT] website


nng

https://github.com/nanomsg/nng

nanomsg-next-generation, a light-weight brokerless messaging library. [MIT] website


rpclib

https://github.com/rpclib/rpclib

A modern C++ msgpack-RPC server and client library. [MIT]


simple-rpc-cpp

https://github.com/pearu/simple-rpc-cpp

A simple RPC wrapper generator to C/C++ functions. [BSD]


WAMP

http://wamp.ws/

Provides RPC and pub/sub messaging patterns. (various implementations, various languages)


xmlrpc-c

http://xmlrpc-c.sourceforge.net/

A lightweight RPC library based on XML and HTTP. [BSD]