Description about "NodeJs"



What is NodeJS ?

                   Actually this is the runtime environment for the JavaScript, This runtime environment built on Google Chrome's V8 engine.This also an opensource, which is used to implement Server Side Scripting.The foundation of this language is based on C++,C,JavaScript. Because of the cross platform usage NodeJS is famous among developers.

There are several NodeJS Versions which are launched before, But now a days V13.8.0 is the latest updated version.

                   Commonly known as a lightweight environment, Because in java there are several threads which are running background, But when we are considering this there are no any Multi Threading concept.But there is an event loop in order to done process.

                    That's what made this lightweight.

Popular posts from this blog

"Application Frameworks" Are you familiar with this ?