WJb Docs - Basic
Start here with installation, quick starts, and core concepts.
π Start Here
β¨ First Steps
β Next Steps
π WJb Ecosystem
WJb is designed as a small core with optional extensions.
You start simple and add only what you need.
Core
WJb
The main package.
Contains:
- Actions
- Results
- Job commands
- In-memory store
- Basic workers
Storage Providers
For production scenarios WJb supports different stores:
- In-Memory (included in core)
- SQL Server
- PostgreSQL
- SQLite
- MySQL
- IndexedDB (for browser / WASM)
UI
WJb.UI.Blazor
A monitoring and administration interface.
Allows you to:
- Watch running jobs
- Inspect payloads and results
- See registered actions
- Explore execution history
How the pieces fit together
Your Actions
β
WJb Core
β
Store (In-Memory or Database)
β
Worker
β
(Optional) UI
You can use only the core, or combine it with persistent storage and UI when needed.
Simple Start
Most beginners need only one package:
WJb
Everything else is optional and can be added later.