Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsbroks/grpc-typescript
- Owner: jsbroks
- Created: 2020-08-08T19:13:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T23:20:32.000Z (12 months ago)
- Last Synced: 2024-10-14T09:43:23.344Z (30 days ago)
- Topics: grpc, grpc-client, grpc-server, grpc-typescript, node, node-client, node-server, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 82
- Watchers: 4
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.