Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jsbroks/grpc-typescript

Tutorial for setting up gRPC with TypeScript
https://github.com/jsbroks/grpc-typescript

grpc grpc-client grpc-server grpc-typescript node node-client node-server nodejs typescript

Last synced: 16 days ago
JSON representation

Tutorial for setting up gRPC with TypeScript

Awesome Lists containing this project

README

        

# Implementing a gRPC client and server in Typescript

This repo can be used as a template for using gRPC to generate TypeScript files for interacting with a gRPC server or client. Setup this process can be fiddly, hopefully in this repo will make it easier to understand.