Basics of nodejs. Small and simple applications.
- Instal nodejs from Node JS Homepage
- Most application haven't GUI. Run them in console.
- Download dependecies via npm:
npm install
- mocha
npm install mocha -g
- mongodb - on Linux
sudo apt install mongodb
alternative downolad from MongoDB Community Server
- xampp for MySQL - install from Apache
- express: ^4.17.1
- jade: ^1.11.0
- mysql: ^2.18.1
- mongodb: ^^2.2.33
- mongoose: ^5.9.27
- ws: ^1.0.1
- chai: ^4.2.0