3.2.1 • Published 2 years ago

react-vrpc v3.2.1

Weekly downloads
193
License
Apache-2.0
Repository
github
Last release
2 years ago

VRPC - Variadic Remote Procedure Calls

Build Status GitHub license Semver GitHub Releases GitHub Issues ci

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

3.2.1

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.0-alpha.1

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago

0.10.0

4 years ago

0.9.6

4 years ago

0.9.5

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago