eu-node-basics-workshop
v1.0.0
Published
Learn Node.js: Manual HTTP Router practice (workshopper-style)
Maintainers
Readme
EU Node Basics Workshop
A learnyounode-style interactive workshop for Node.js backend fundamentals.
Install
npm installThen start the interactive menu:
npm startInteractive flow:
- Choose a practice.
- Choose an exercise (displayed with module index like
4.1,5.3,8.2). - Read instructions, show a hint, or verify your solution.
- Use
Backto navigate andExitto close the app. - After successful verification, exercise is marked
[COMPLETED].
Commands
npm start # interactive menu
eu-node-basics # interactive menu (if linked globally)
eu-node-basics help # command helpPractices
- Practice 4: Manual HTTP Router
- Practice 5: JSON Processing
- Practice 6: File-Based Persistence
- Practice 7: Parallel vs Sequential I/O
- Practice 8: Streams in Node.js
- Practice 9: Mini REST API (Pure Node.js)
- Practice 10: CI + Deployment
Notes
- Uses
inquirerfor the interactive terminal menu. - Progress is stored in
.progress.json. - CLI is interactive-only (no separate
list/select/verifycommand mode).
