react-vrpc v3.2.1
VRPC - Variadic Remote Procedure Calls
Visit our website: vrpc.io
What is VRPC?
VRPC - Variadic Remote Procedure Calls - is an enhancement of the old RPC (remote procedure calls) idea. Like RPC, it allows to directly call functions written in any programming language by functions written in any other (or the same) programming language. Unlike RPC, VRPC furthermore supports:
- non-intrusive adaption of existing code, making it callable remotely
- remote function calls on many distributed receivers at the same time (one client - multiple agents)
- service discovery
- outbound-connection-only network architecture (using MQTT technology)
- isolated (multi-tenant) and shared access modes to remote resources
- asynchronous language constructs (callbacks, promises, event-loops)
- OOP (classes, objects, member functions) and functional (lambda) patterns
- exception forwarding
VRPC is available for an entire spectrum of programming technologies including embedded, data-science, and web technologies.
As a robust and highly performing communication system, it can build the foundation of complex digitization projects in the area of (I)IoT or Cloud-Computing.
This is VRPC for React
The React VRPC client is a complete solution for backend-frontend communication. Unlike other libraries it allows to communicate with an arbitrary number of potentially distributed backends at the same time.
The React VRPC client integrates seamlessly in a non-opinionated way into modern React architectures. Built on top of the VRPC library it allows to call backend code directly, obsoleting the need to define any wrappers, schemas, resolvers or adapters.
Getting started
Maybe the easiest way to get started is by following these two examples:
Documentation
All other details are available here
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago