Docs/Node.js/Node.js Tutorial

Node.js Tutorial

Develop Node.js applications in CodePus.

Create a Project

mkdir myapp && cd myapp npm init -y 

Debugging

CodePus has a built-in Node.js debugger with breakpoints, variable watch, and more.