this post was submitted on 10 Jan 2022
9 points (80.0% liked)

Linux

47362 readers
1033 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] a_Ha@lemmy.ml 0 points 2 years ago* (last edited 2 years ago) (2 children)

From your article :
"In November 2020, Marak had warned that he will no longer be supporting the big corporations with his "free work" and that commercial entities should consider either forking the projects or compensating the dev with a yearly "six figure" salary." ...😆 ! !

My small search :
We're npm, Inc., the company behind Node Package Manager, the npm Registry, and npm CLI. We offer those to the community for free, but our day job is building and selling useful tools for developers like you. Take your JavaScript development up a notch

"NPM is the repository of all kind packages that you can think of. At this moment, there are 28698 packages in NPM which is a lot for a 4 years old project."
~Hi.@Epherai.was.updating.at.the.same.time.you.repled~

[–] Ephera@lemmy.ml -1 points 2 years ago (1 children)

There is a popular framework for using JavaScript to write backend applications, which is called Node.js.
And then for that framework, they created a package manager, the Node Package Manager – NPM.

Nowadays, NPM is used even for frontend code and independent of Node.js, because there is no real other package manager for JavaScript.

[–] el_programmador@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

There is a popular framework for using JavaScript to write backend applications, which is called Node.js.

A small nitpick but Node.js is technically a JS runtime (built with V7 engine), not a framework. Express.js is the actual framework that runs on Node.js.