Node.js·Intermediate
Node JS
JavaScript on the server.
Learn Node.js — async I/O, modules, npm and REST APIs.
5 weeks
6 lessons
1 examples
Certificate on completion
// preview.nodejs
node.js
const http = require('http');
http.createServer((_, res) => res.end('Hello')).listen(3000);# curriculum
0 / 6 lessons·0% complete
enroll.now()
Free
Full access. No credit card.
✓ Lifetime access
✓ Code along with projects
✓ Community support 24/7
