Skip to content

WillBoard/WillBoard

Repository files navigation

WillBoard logo

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

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.1

Documentation

Documentation

License

Unlicense