.NET

The ScaleOut StateServer service allows you to deploy and host your own custom modules in a .NET 8 (or higher) worker process that is launched and managed by the service.

The workflow for creating a module in .NET is as follows:

  1. Install the Scaleout.Modules.Templates package on your development workstation.

  2. Create a solution and add messaging and/or API module projects.

  3. Customize the projects’ code to implement your modules.

  4. Use the ScaleOut Active Caching UI to deploy and manage your solution in production.