Skip to content

This mono repository contains a sample of micro-services architecture built on top of gRPC protocol and TypeScript node.js applications

License

Notifications You must be signed in to change notification settings

maZahaca/mono-repo-nodejs-svc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mono-repo-nodejs-svc-sample

This mono repository contains a sample of micro-services architecture built on top of gRPC protocol and TypeScript node.js applications

Getting started

Install protoc for generating definitions based on .proto files

brew install protobuf
protoc --version  # Ensure compiler version is 3+

Prepare environment

yarn install
yarn lerna bootstrap

Build common packages, so we're able to use it for our services

yarn lerna run build --scope=@common/*

About

This mono repository contains a sample of micro-services architecture built on top of gRPC protocol and TypeScript node.js applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published