Software Alternatives & Reviews

Working with Packages and Libraries in ASP.NET Core

Node.js GitHub cdnjs
  1. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
    Npm is one of the world’s largest repository of client-side libraries and packages from where developers can download and install different open source libraries published and shared by other developers. Npm is a subsidiary of Github and is considered a default package manager for JavaScript runtime environment Node.js. They also provide a command line tool (CLI) to developers for publishing and downloading third party libraries. In the past, the npm was used to be the package manager for just Node.js but now it is used by developers of other platforms and technologies as well.

    #Runtime #JavaScript Runtime #JavaScript 789 social mentions

  2. 2
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    Npm is one of the world’s largest repository of client-side libraries and packages from where developers can download and install different open source libraries published and shared by other developers. Npm is a subsidiary of Github and is considered a default package manager for JavaScript runtime environment Node.js. They also provide a command line tool (CLI) to developers for publishing and downloading third party libraries. In the past, the npm was used to be the package manager for just Node.js but now it is used by developers of other platforms and technologies as well.

    #Code Collaboration #Git #Version Control 2043 social mentions

  3. 3
    An open source community driven JS/CSS CDN.
    Pricing:
    • Open Source
    If you don’t want to use npm in your project, then Microsoft has another tool for you called Library manager (LibMan). LibMan is a lightweight tool for downloading libraries and packages from the files system or content delivery networks (CDN). Currently the tool support CDNs such as CDNJS, jsDelivr, unpkg. Just like npm, this tool can also be used from the command line or from within Visual Studio.

    #CDN #Cloud Computing #Content Distribution 16 social mentions

Discuss: Working with Packages and Libraries in ASP.NET Core

Log in or Post with