This demo shows how to use Dapr to make invoke REST API between two services.
Run the following command to start the demo:
Linux:
- Start server:
./start-server.sh
- Start client:
./start-client.sh
Windows:
- Start server:
./start-server.ps1
- Start client:
./start-client.ps1
Show the different ways to invoke a service:
- Using standard HTTP Client
- Using Dapr HTTP Client
- Using Dapr Client
Make sure to define the different ways in which you can send datas in the different methods.