Creating a basic server in NodeJS
Feb 14, 2021 · 5 min read · Today i want to share how to create a web server using pure NodeJS without the help from a framework like ExpressJS. Here i assume you have basic knowledge of writing Javascript like what is variable, function and etc, now lets begin. The HTTP module...
Join discussion

