Skip to content
Jeremy Bailey edited this page Jul 7, 2020 · 3 revisions

Server

The Applications exists as two parts, a Server and a Client. There is one server setup, while there are multiple clients. In this section, we will be discussing the setup and usage of the server.

The server consists of a .NET application, running under IIS with a local file (NoDB) for storage. It provides a web interface to add applications, environments and flags. It also allows you to manipulate those flags. Optionally, the server works with a RabbitMQ setup to provide enhanced features such as flag availability and forced updates.

Technologies used

  • ASP.NET Core, MassTransit, RabbitMQ, Vue.js.