Client and Server in NodeJS
Let's see how to create a server in nodejs from scratch.
TL;DR
NodeJS is mainly used to build server-side applications, which uses commonJS module systems and native javascript require method to build a server.
Me
Server
The word "server" has multipl...
shamaayil.hashnode.dev3 min read