Nodejs

- Ryan Dahl. A server side JavaScript run time.

  • It is java script runtime build on V8 engine.

  • It is a server side platform based on Asynchronous I/O.

  • It is return in C++ programming language.

  • It works as same the functions in browser including more some other functionalities.

  • It is created along with LIBUV( Asynchronous I/O ).

  • single threaded.

  • We can access file system and operating system.

  • It has 'global' API where 'window' in browser with more extra functions.

Last updated