Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 889 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 889 Bytes

node

This is a repo made for testing and development purposes for programs that depend on node.js

The Future Of Web

Why Node Server?

Why Node Server?

Why Node Server?

Node Server Installation for Ubuntu Users

We just have to use the apt package manager.

sudo apt-get update
sudo apt-get install nodejs

If the package in the repositories suits your needs, this is all that you need to do to get set up with Node.js. In most cases, you'll also want to also install npm, which is the Node.js package manager. You can do this by typing:

sudo apt-get install npm

This will allow you to easily install modules and packages to use with Node.js.