typescript-grpc-basic-app

Repository with a basic Typescript gRPC app - a Client and a Server

MIT License

Stars
0
Committers
1

Installing the dependencies

npm i

Fixing the style of file buf.yaml

npm run buf:lint
npm run buf:format

Generating interfaces from .proto files

npm run protoc:generate

Running the Server

npm run server

Running the Client

npm run client

Server

Client

Requesting on Postman

Acknowledgments

Basic gRPC API in Typescript tutorials

Comparing REST Status Codes to gRPC Status Codes

gRPC for NodeJS