Difference between revisions of "RPC"

From Lost In Wonderlands
Jump to: navigation, search
(Portable Distributed Object PDO)
(Remote Procedure Calls)
Line 24: Line 24:
 
* RFC 5531, https://tools.ietf.org/html/rfc5531
 
* RFC 5531, https://tools.ietf.org/html/rfc5531
 
* RFC 1057, https://tools.ietf.org/html/rfc1057
 
* RFC 1057, https://tools.ietf.org/html/rfc1057
 +
 +
=== ZeroC  ICE framework , object oriented RPC===
 +
* https://zeroc.com/
 +
 +
=== gRPC ===
 +
* https://grpc.io/
 +
 +
=== ZeroMQ ===
 +
* http://zeromq.org/
 +
* https://netmq.readthedocs.io/en/latest/introduction/
 +
* https://github.com/zeromq
 +
 +
=== Rabbit MQ ===
 +
* https://www.rabbitmq.com/
 +
 +
=== AMQP===
 +
* http://www.amqp.org/
 +
 +
=== Apache QPID ===
 +
* https://cwiki.apache.org/confluence/display/qpid/
 +
 +
=== NanoMQ (kernel level messaging) ===
 +
* https://github.com/rigtorp/nanomq
 +
 +
=== NanoMQ MQTT ===
 +
https://github.com/nanomq/nanomq
 +
 +
=== nanomsg ===
 +
* https://nanomsg.org/
  
 
== Portable Distributed Object PDO ==
 
== Portable Distributed Object PDO ==

Revision as of 11:05, 24 July 2019

RPC

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on RPC ... (But Were Afraid to Ask) a collection of links of interest

See also



Remote Procedure Calls

ZeroC ICE framework , object oriented RPC

gRPC

ZeroMQ

Rabbit MQ

AMQP

Apache QPID

NanoMQ (kernel level messaging)

NanoMQ MQTT

https://github.com/nanomq/nanomq

nanomsg

Portable Distributed Object PDO

COM/DCOM

SOM/DSOM

CORBA

SOAP