a javascript framework that is most commonly used for javascript programming. It is:
- Asynchronous Programming
- Event Driven
- Scale-able Making it the perfect choice for Webapps It uses the npm package manager.
Installation
sudo pacman -S nodejs
Setting Up Webapp
Running Webapp Locally
sudo npm install -g http-server
http-server
(in the same directory as the webapp)
Running JS File
node --env-file=.env index.js