.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:
Install the Scaleout.Modules.Templates package on your development workstation.
Create a solution and add messaging and/or API module projects.
Customize the projects’ code to implement your modules.
Use the ScaleOut Active Caching UI to deploy and manage your solution in production.