Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khachornchit/nodejs-es6
- Owner: khachornchit
- License: mit
- Created: 2019-08-25T10:37:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:12:53.000Z (about 2 years ago)
- Last Synced: 2024-11-10T12:47:04.137Z (2 months ago)
- Topics: babel, docker, docker-compose, es6, expressjs, mongodb, mongoose, nodejs, nodemon
- Language: JavaScript
- Size: 860 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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