Using Feature Flags for A/B Testing & Optionally Enable/Disable Features in Your NodeJS Project

Feature flags make it possible to write A/B tests and to enable or disable features inside your app on-the-fly. This is highly beneficial when testing or rolling out new features.