Skip to content

Thi s is an example repo of how microservice works on basics level. How it communicate like server and client way.

Notifications You must be signed in to change notification settings

chhetri123/nestjs_microservices_with_tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Nestjs microservices with TCP

Description

This is an example repo of how microservice works on basics level. How it communicate like server and client way.

Installation for nest_microservice

$ cd nest_microservice
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Installation for user_service

$ cd user_service
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

Thi s is an example repo of how microservice works on basics level. How it communicate like server and client way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published