Skip to content

Commit a4932e4

Browse files
Fixes in examples
1 parent 26bbd05 commit a4932e4

File tree

16 files changed

+1071
-1924
lines changed

16 files changed

+1071
-1924
lines changed

documentation/examples.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Examples
2+
3+
All of the examples below can be executed with `npm run i; npm run start:dapr`.
4+
5+
> Some of them might require additional containers to be running.
6+
7+
## HTTP
8+
9+
* [PubSub](../examples/http/pubsub): How to create a pubsub listener and sender
10+
* [Actors](../examples/http/actor): How to create an Actor
11+
12+
## GRPC
13+
14+
* [Service Invocation](../examples/grpc/hello-world): Simple hello world service invocation with GRPC
15+
* [Service Invocation Distributed](../examples/grpc/hello-world-distributed): Hello world service invocation with splitted server and client

examples/grpc/dotnet-actor-demo/DemoActor.Interfaces/DemoActor.Interfaces.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/grpc/dotnet-actor-demo/DemoActor.Interfaces/IDemoActor.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

examples/grpc/dotnet-actor-demo/DemoActorService/DemoActor.cs

Lines changed: 0 additions & 131 deletions
This file was deleted.

examples/grpc/dotnet-actor-demo/DemoActorService/DemoActorService.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/grpc/dotnet-actor-demo/DemoActorService/Program.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/grpc/dotnet-actor-demo/DemoActorService/Properties/launchSettings.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/grpc/dotnet-actor-demo/DemoActorService/Startup.cs

Lines changed: 0 additions & 49 deletions
This file was deleted.

examples/grpc/dotnet-actor-demo/DemoActorService/appsettings.Development.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/grpc/dotnet-actor-demo/DemoActorService/appsettings.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)