Tag: EventLoop
-
Let us simplify “Hello World” Node.js Example and EventLoop
We are learning Node together. In last post We Setup Environment on Windows machine for Node.js Development. We also wrote a Hello World program to verify whether environment is setup as expected or not. In this post we will try to understand each line of Hello World program. Understanding of this is very useful for…