1.1.3 • Published 1 year ago

rmb-sdk-ts v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

RMB TS CLIENT

This is a Typescript client that can be used to build both services, and clients that can talk over the rmb.

RMB is a message bus that enable secure and reliable RPC calls across the globe.

This client can do the following:

  • send requests over the distrubed rmb-relay.
  • receive and verify responses to sent requests.

An example of this client usage is defined under examples.

Built with

  • Typescript

Getting Started

To get a local copy up and running following these simple steps:

  • Open Terminal
  • Change the current working directory to the location you want the cloned directory.
  • Enter the following:
git clone https://github.com/threefoldtech/rmb-sdk-ts.git
  • Press Enter to create your local clone.

  • Navigate to the cloned repository by running:

cd rmb-sdk-ts
  • Then run the following to start the client:
yarn install
yarn start

Prerequisites:

  • Node.js
  • Git
  • Yarn

Contributors

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago