Creating a basic server in NodeJS
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...
blog.thexzan.com5 min read