veliyat / node

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v2.0


Languages

Language:JavaScript 96.5%Language:Shell 1.9%Language:CSS 1.6%