Skip to content

Run 2 microservices with Dapr and make them talk to each other

Notifications You must be signed in to change notification settings

polatengin/warsaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guideline

cd src/microservice-1

dapr run --app-id microservice-1 --app-port 6000 --port 3600 dotnet run

cd src/microservice-2

dapr run --app-id microservice-2 --app-port 7000 --port 3700 dotnet run

About

Run 2 microservices with Dapr and make them talk to each other

Topics

Resources

Stars

Watchers

Forks