Skip to content

Repository files navigation

🟢 Node.js Learning Exercises

A collection of Node.js learning exercises covering the core modules — HTTP servers, the file system, event emitters, streams, and your own modules.

Run any exercise

node 01-hello-world.js    # hello world + process info
node 02-http-server.js    # HTTP server on :3000
node 03-file-system.js    # read/write files
node 04-events.js         # event emitters
node 05-streams.js        # streaming with Transform
node 06-module-demo/index.js  # custom modules

Or use the npm scripts:

npm run hello && npm run fs && npm run events && npm run streams && npm run modules
npm start   # the HTTP server

📁 Structure

├── 01-hello-world.js
├── 02-http-server.js
├── 03-file-system.js
├── 04-events.js
├── 05-streams.js
└── 06-module-demo/
    ├── greet.js
    └── index.js

📄 License

MIT

About

Node.js learning exercises and experiments

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages