JobDispatcherNET.Templates
0.11.0
dotnet new install JobDispatcherNET.Templates@0.11.0
This package contains a .NET Template Package you can call from the shell/command line.
JobDispatcherNET templates
dotnet new install JobDispatcherNET.Templates
dotnet new jobdispatcher-server -n MyGameServer
cd MyGameServer && dotnet run
Options: --Workers <n> (default 4), --Port <n> (default 25150), --Framework net10.0|net8.0.
The generated project is a working TCP server wired the way a production server should be: a
dedicated worker pool, bounded actor queues with a drop callback, per-session ordering through
Sequencer<T>, a cancellable tick, metrics, and a one-call graceful shutdown.
Testing the template locally
dotnet pack templates/JobDispatcherNET.Templates.csproj -o ./nupkg
dotnet new install ./nupkg/JobDispatcherNET.Templates.0.11.0.nupkg
dotnet new jobdispatcher-server -n Scratch -o /tmp/scratch
dotnet new uninstall JobDispatcherNET.Templates
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.