WJb Docs - Basic
Start here with installation, quick starts, and core concepts.
π Start Here
β¨ First Steps
β Next Steps
π Installation
Getting started with WJb is simple.
You only need one package.
Requirements
- .NET 10.0 or later
Install the package
Using the .NET CLI:
dotnet add package WJb
Or via Package Manager:
Install-Package WJb
Create a new project (optional)
If you want a clean place to experiment:
dotnet new console -n WJbHello
cd WJbHello
dotnet add package WJb
Whatβs included
After installation you get:
- Core engine
- In-Memory store
- Ability to create Actions
- Ability to enqueue and execute jobs