How to create a Node.js web app using no external packages
No frameworks, no NPM, no Package.json, no frills
Abhinav PandeyBlockedUnblockFollowFollowing
In this post, we will dive deep inside Node.js fundamentals by creating a Node.js web app without any external packages. We will cover core concepts like streams, events, exceptions, HTTP etc.