Skip to content

Commit

Permalink
Remove duplicate note (plus broken link) (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete authored Nov 26, 2024
1 parent 2883a83 commit d15c0c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
![Maintenance Mode](https://img.shields.io/badge/status-maintenance-orange)

**This project is currently in maintenance mode. No new features will be added and we will only do security patches in this repository going forward. Use [unleash-edge](https://github.com/unleash/unleash-edge) instead.**
**This project is in maintenance mode. No new features will be added and we will only do security patches in this repository going forward. Use [Unleash Edge](https://github.com/unleash/unleash-edge) instead.**

[![Build & Tests](https://github.com/Unleash/unleash-proxy/workflows/Node.js%20CI/badge.svg?branch=main)](https://github.com/Unleash/unleash-proxy/actions/workflows/node.js.yml) [![npm](https://img.shields.io/npm/v/@unleash/proxy)](https://www.npmjs.com/package/@unleash/proxy) [![Docker Pulls](https://img.shields.io/docker/pulls/unleashorg/unleash-proxy)](https://hub.docker.com/r/unleashorg/unleash-proxy)

# The Unleash Proxy

The Unleash proxy offers a way to use Unleash in client-side applications, such as single-page and native apps.

> **Note:** You might want to consider using [Unleash Edge](https://www.unleash-hosted.com/edge) instead.
The Unleash proxy sits between the Unleash API and your client-side SDK and does the evaluation of feature toggles for your client-side SDK. This way, you can keep your configuration private and secure, while still allowing your client-side apps to use Unleash's features.
The Unleash proxy offers a way to use Unleash in client-side applications, such as single-page and native apps. The Unleash proxy sits between the Unleash API and your client-side SDK and does the evaluation of feature toggles for your client-side SDK. This way, you can keep your configuration private and secure, while still allowing your client-side apps to use Unleash's features.

The proxy offers three important features:

Expand Down

0 comments on commit d15c0c0

Please sign in to comment.