WillBoard
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)
Requirements
- .NET 10.0
- MariaDB server (minimum 10.6.0)
- FFmpeg / FFprobe (optional for audio/video processing)
- Windows or Linux or macOS
Engine
WillBoard.Core
Project contains all entities, enums, exceptions, interfaces, types and logic specific to the core layer.
WillBoard.Application
Project contains all the logic responsible for processing requests using CQRS pattern.
WillBoard.Infrastructure
Project contains logic for accessing external resources such as database, cache, file systems, web services and so on.
WillBoard.Web
Startup project for the engine. Is responsible for handling requests and formatting answers (eg. HTML, JSON).
Version
0.2.3