https://github.com/rishi-raj-jain/user-access-feature-flag-with-unleash-and-node
A demo of Feature Flags with Node.js and Unleash.
https://github.com/rishi-raj-jain/user-access-feature-flag-with-unleash-and-node
feature-flags nodejs unleash
Last synced: 26 days ago
JSON representation
A demo of Feature Flags with Node.js and Unleash.
- Host: GitHub
- URL: https://github.com/rishi-raj-jain/user-access-feature-flag-with-unleash-and-node
- Owner: rishi-raj-jain
- Created: 2023-11-02T12:04:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-26T08:51:10.000Z (about 1 year ago)
- Last Synced: 2024-10-08T03:29:14.207Z (7 months ago)
- Topics: feature-flags, nodejs, unleash
- Language: CSS
- Homepage: https://dev.to/reeshee/how-to-implement-feature-flags-in-nodejs-using-unleash-3907
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# How to Implement Feature Flags in Node.js using Unleash
Introduction · Tech Stack · Author
## Introduction
A demo of Feature Flags with Node.js and [Unleash](https://getunleash.io).
## Tech Stack
### Frameworks
- [Node.js](https://nodejs.org) – Framework
### UI
- [TailwindCSS](https://tailwindcss.com) – Styling
### Platforms
- [Unleash](https://getunleash.io) – Feature Flags Management
### Code Quality
- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style
## Author
- Rishi Raj Jain ([@rishi_raj_jain_](https://twitter.com/rishi_raj_jain_))