User:Lkundrak/NodeJS

From FedoraProject

Jump to: navigation, search

Contents

Packaging node.js in Fedora

Note this is work in progess!

node.js is an asynchronous I/O based runtime for v8 JavaScript engine.

The purpose of this page is to keep track of node.js packaging state, so that it's easy for anyone to to join the efforts and contribute. It may serve as tracker to aid transparent communication of problems we communicate solve with aid of node.js community outside Fedora (so that they know what bothers us :).

Versioning

Node.js is dependent on v8 and as such, it needs to coordinate version updates with v8 package.

Road Map

Packages and reviews

Package Notes Bugzilla Ticket (review, etc.)
nodejs 634911

Integrating NPM with RPM

What's the point? I suggest you take a brief look at first few slides of my rubygem packaging presentation, just replace "ruby" with "node.js" :)

What's below is mostly a list of NPM characteristics that look like deficiencies from RPM point of view. More-or-less ordered from most important to least.