How to create a Node.js web app using no external packages

172 阅读1分钟

How to create a Node.js web app using no external packages

No frameworks, no NPM, no Package.json, no frills

Go to the profile of Abhinav Pandey
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.