/npm-cache

Primary LanguageRustMIT LicenseMIT

npm proxy registry

This is just minimal proof of concept implementation of npm proxy registry. It was just small project to learn Rust on, it's not intended for production use. Current implementation is caching requests for package metadata and tar.gz files, other endpoints are not implemented. Data is cached primarily on disk, but there is also configurable in-memory LRU cache.