ReactiveMachine/Samples
Sebastian Burckhardt 7c09e46025 use more consistent dll and namespace names 2018-12-07 10:41:52 -08:00
..
HelloWorld.Service move code from previous internal repository. 2018-11-25 09:12:26 -08:00
HelloWorld.Service.OnFunctions use more consistent dll and namespace names 2018-12-07 10:41:52 -08:00
HelloWorld.Test move code from previous internal repository. 2018-11-25 09:12:26 -08:00
HelloWorld.Test.OnEmulator use more consistent dll and namespace names 2018-12-07 10:41:52 -08:00
HelloWorld.sln move code from previous internal repository. 2018-11-25 09:12:26 -08:00
readme.md move code from previous internal repository. 2018-11-25 09:12:26 -08:00

readme.md

HelloWorld Sample

Purpose

This sample illustrates how to use the NuGet packages to build and deploy.

It does NOT show the capabilities of the programming model. Check the samples in the Application folder for to find out more about the various features of Reactive Machine.

Description of Projects

HelloWorld.Service:

defines the application logic. For this HelloWorld example the service contains a single orchestration that writes "Hello World" to the log.

HelloWorld.Test:

defines a service that, on startup, calls the HelloWorld service a specified number of times.

HelloWorld.Test.OnEmulator:

an emulator deployment of the HelloWorld test.

HelloWorld.Test.OnFunctions:

an Azure Functions deployment of the HelloWorld test.

NOTE: this is a preliminary version of the sample. The intention is to host the HelloWorld service in Azure functions using an Http binding.