Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 389 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 389 Bytes

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.