/grpc-guide-part3-typescript-sample

Example repository for my "Guide to gRPC Series"

Primary LanguageJavaScriptMIT LicenseMIT

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