
NodeJS is a popular open-source back-end JavaScript Runtime Environment. It runs on the JavaScript Engine and can help in executing code outside web browser. NodeJS has single-threaded nature which helps in handling multiple concurrent clients. The design choices of this framework aim at optimizing scalability in web applications. It allows creation of web servers and module collection which helps in handling various core functionalities.
The course will initially introduce the learners to basics of Node.js framework. It’ll also provide hands-on-experience in building HTTP server and cover robust set of features that will help with web and mobile applications. Multi-processing, buffers, streams and many other basics will be covered in the course content.
Pre-Requisites – JavaScript and HTML