Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khachornchit/nodejs-es6

Review Node.js ES6
https://github.com/khachornchit/nodejs-es6

babel docker docker-compose es6 expressjs mongodb mongoose nodejs nodemon

Last synced: 12 days ago
JSON representation

Review Node.js ES6

Awesome Lists containing this project

README

        

# Node.js
To review Node.js ES6. Node.js is an open source server-side Javascript run-time environment built on Chrome’s JavaScript Engine(V8). Node.js is used for building fast and scalable applications and is an event driven, non-blocking I/O model.

* Error-First Callback
* Callback hells and improvement
* Promises
* Test Stub
* Test Pyramid
* HTTP Framework
* Secure HTTP cookies against XSS attacks
* Make sure dependencies are safe
* REPL (READ, EVAL, PRINT, LOOP)

## Node.js Docker-compose
* docker-compose up -d
* goto http://localhost:8081/

## Node.js Debug
* node inspect modules/debug.js
* c
* n
* repl to see the value of variable