Skip to content

tamasgobesz/dapr-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dapr-experiment

Just a sample app to mess around with Dapr and the Dapr .Net SDK.

Overview

Overview

Running the application locally

Dapr and the application can be started simultaneously with the following command:

dapr run --app-id ordersapp --app-port 5000 dotnet run

While Dapr and application are running, OrderEvents can be published to the application with the wfollowing command:

dapr publish -t orders -p '{"userId": "<user_id>", "data": "<some_string_data_here>"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages