@unleash/proxy
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@unleash/proxy", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "The Open-Soruce Unleash Proxy", | ||
"main": "dist/index.js", | ||
"main": "dist/server.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "build": "tsc --pretty", |
@@ -5,4 +5,6 @@ # The Unleash Proxy | ||
Unleash API and ensures that you internal feature toggle configuration is not | ||
exposed to the world. It provide : | ||
exposed to the world. | ||
The proxy offers: | ||
- **High performance** - a single proxy instance can handle up towards +7000 req/s, and can be horizontally scaled. | ||
@@ -83,3 +85,3 @@ - **Privacy for end-users** - Your end users are not exposed to the unleash API and can be hosted by you This ensures no user data (userId, IPs, etc) is shared. | ||
```bash | ||
curl curl http://localhost:3000/proxy/health -I | ||
curl http://localhost:3000/proxy/health -I | ||
``` | ||
@@ -157,2 +159,2 @@ | ||
- [Android Proxy SDK](https://github.com/Unleash/unleash-android-proxy-sdk) | ||
- [iOS Proxy SDK](https://github.com/Unleash/unleash-proxy-client-swift) | ||
- [iOS Proxy SDK](https://github.com/Unleash/unleash-proxy-client-swift) |
108191
158