Skip to content

This is a practice project for gRPC with Node.js and TypeScript.

Notifications You must be signed in to change notification settings

litsynp/grpc-ts-node-practice

Repository files navigation

gRPC - TypeScript - Node Practice

This is a practice project for gRPC with Node.js and TypeScript.

How to run

Generate proto files

$ chmod +x ./proto-gen.sh
$ npm run proto:gen

Run the gRPC server

$ npm run server

Run the gRPC client

$ npm run client

How to run (with build)

Build

$ npm run build

Run the gRPC server

$ node dist/server

Run the gRPC client

$ node dist/client

Result

server-client example

About

This is a practice project for gRPC with Node.js and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published