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/TypeScriptnpm run start:server
: Starts the servernpm run start: client
: Runs the client