khaosdoctor / grpc-guide-part3-typescript-sample

Example repository for my "Guide to gRPC Series"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc-guide-part3-typescript-sample

Example repository for my "Guide to gRPC Series"

You can check the article here

Usage

Run npm install first.

  • npm run compile: Compiles all protobuf files into static JavaScript/TypeScript
  • npm run start:server: Starts the server
  • npm run start: client: Runs the client

About

Example repository for my "Guide to gRPC Series"

License:MIT License


Languages

Language:JavaScript 92.0%Language:TypeScript 8.0%