-
Notifications
You must be signed in to change notification settings - Fork 4
Server
Jeremy Bailey edited this page Jul 7, 2020
·
3 revisions
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.
- ASP.NET Core, MassTransit, RabbitMQ, Vue.js.