मुफ़्तBackend
Node
Ship a real backend portfolio with Node.js: a REST API, JWT authentication, a real-time app with Socket.IO, a full-stack CRUD app with a database, and a live deployment.
Get comfortable with the Node.js runtime, core modules, npm, and building a basic server without any framework.
- What Node.js is and how the V8 runtime works outside the browser
- CommonJS vs ES modules and npm/package.json basics
- Building a raw server with the built-in http module
- Working with core modules: fs, path, os, url
- Handling routing and requests without a framework