Open Source
Open Source
Published NPM tooling for Express.js & Cloudinary
01 / 03
NPM
Express Smart Cache
Lightweight, flexible caching middleware for Express.js with in-memory and Redis support.
$
npm i express-smart-cache- Production-ready middleware supporting in-memory and Redis-based caching.
- Flexible caching with TTL, automatic invalidation and custom key generation.
- Integrated metrics tracking and performance logging.
- Seamless integration with any Express.js API.
02 / 03
NPM
Express Service Proxy
Smart proxy middleware with load balancing, failover and circuit breaking.
$
npm i express-service-proxy- Intelligent proxy middleware simplifying microservices communication.
- Load-balancing strategies: round-robin, weighted and least connections.
- Automatic failover and circuit-breaking preventing cascading failures.
- Request/response transformation, caching, rate limiting and monitoring.
03 / 03
NPM
Multi Cloudinary Pool
Pool multiple free Cloudinary accounts into one logical store and route uploads automatically.
$
npm i multi-cloudinary-pool- Combines the quotas of several free-tier accounts into one logical storage pool.
- Zero infrastructure - the account-to-file mapping is baked into each file's identifier.
- Drop-in simplicity with three methods: upload, url and destroy.
- Transparent round-robin or random routing, fully typed in TypeScript.