Build an MVC app, a REST API, and a CLI in plain Node JS (ES5 Javascript) with no NPM or 3rd-party libraries. Source
Parse request-paths, payloads, headers, query strings and route processing to handlers.
Serve static assets from Node.js (CSS, images, and javascript files), and how to use Node to create complex templated views.
Develop a system that takes inputs from the console, processes them, and writes outputs back out. Getting acquainted with the "readline", "events", "TTY", "V8", and "OS" modules in the process.
Hello World API - Readme
Pizza-delivery company API - Readme
Section with the purpose of replicate all projects using the most relevant npm libraries to create a comparison.