Less repeat - More unique
WillBoard is an open source anonymous forum engine with a few main assumptions:
- Ability to read and write posts without JavaScript
- Using only HTTP protocol (without WebSockets)
- .NET 6.0
- MariaDB server (minimum 10.6.0)
- FFmpeg / FFprobe (optional for audio/video processing)
- Windows or Linux or macOS
Project contains all entities, enums, exceptions, interfaces, types and logic specific to the core layer.
Project contains all the logic responsible for processing requests using CQRS pattern.
Project contains logic for accessing external resources such as database, cache, file systems, web services and so on.
Startup project for the engine. Is responsible for handling requests and formatting answers (eg. HTML, JSON).
0.2.0