Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Luca Briguglia edited this page Jun 19, 2016 · 12 revisions

Weapsy is a CMS Engine based on the CQRS pattern.

Every command results in one or more events published through an internal dispatcher. It's easy to subscribe to any events published by the Weapsy publisher.

Weapsy can be extended with the creation of custom apps. An app can extend the default functionality with modules or pages.

Technology:

  • C#
  • ASP.NET Core MVC and Web Api
  • JavaScript, jQuery, KnockoutJS/Angular 2
  • Entity Framework Core
  • SQL Server
  • DDD
  • CQRS
Clone this wiki locally