Open-source, cross-platform runtime environment for developing server-side web applications using JavaScript on server side
| Rails | Node.js |
|---|---|
| gem install ... | npm install ... |
| bundle (works when Gemfile is found) |
npm (works when package.json is found) |
| bundle update | npm update |
| rails s | npm start (reads it from package.json) |