A simple .NET NuGet server implementation built on Node.js that provides essential NuGet v3 API endpoints.
Key Features:
* Easy setup, run NuGet server in 10 seconds!
* NuGet V3 API compatibility: Support for modern NuGet client operations
* No need database management: Store package file and nuspecs into filesystem directly, feel free any database managements
* Package publish: Flexible client to upload .nupkg files via HTTP POST using cURL and others
* Basic authentication: Setup authentication for publish and general access when you want it
* Reverse proxy support: Configurable trusted reverse proxy handling for proper URL resolution
* Modern Web UI with enhanced features.
* Package importer: Included package importer from existing NuGet server
* Docker image available
Why not build on .NET ?