Skip to content

A serie of NodeJS projects without external libraries: RESTful API, Web App GUI, CLI,...

Notifications You must be signed in to change notification settings

manuel-valles/vanilla-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla NodeJS

A series of NodeJS projects without external libraries:

Generic Notes

  • node inspect to debug NodeJS code. You can add debugger statements in your code to pause execution and inspect the state of your program. Then, you can use:
    • repl command to inspect the state of your program
    • c command to continue execution
  • node --use-strict to enable strict mode. Although this is the default in ES6 modules, you can use it to debug old code.

About

A serie of NodeJS projects without external libraries: RESTful API, Web App GUI, CLI,...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published