How does NodeJs work

... running JavaScript in the backend ?

Javascript is a language that came to the world to help the web running code on the client devices. Along with HTML & CSS, we were able to use javascript to program a very advanced behaviour that we can defer its execution on the client side, in a ligthweight web architecture. Now javascript runs some very complex framework that can make complete Single Page Applications and leveraging core functionalities to do more on the client’s devices, even with offline access. [Read More]