An open API service indexing awesome lists of open source software.

https://github.com/ubopod/ubo-grpc-clients

Sample gRPC clients in different programming languages for ubo-app
https://github.com/ubopod/ubo-grpc-clients

grpc grpc-client grpc-typescript ubo ubo-app

Last synced: about 1 month ago
JSON representation

Sample gRPC clients in different programming languages for ubo-app

Awesome Lists containing this project

README

          

# Ubo Sample gRPC Clients

This repository contains sample gRPC clients for the Ubo API. The clients are written in different languages and are intended to be used as a reference for developers who want to integrate with the Ubo API.

## General Setup

Copy the [`proto/` directory](https://github.com/ubopod/ubo_app/tree/main/ubo_app/rpc/proto) from the Ubo API repository to the root of this repository.

## Sample Clients

- Node.js

- [ts-proto](nodejs/ts-proto)
- [protobuf.js - TypeScript](nodejs/protobufjs)
- [protoc-gen-ts](nodejs/protoc-gen-ts) (not recommended at the moment)

- Web

- [grpc-web](web/grpc-web)

- Python

- [betterproto](python/betterproto)