Node JS

Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web-application development around a single programming language, rather than different languages for server- and client-side scripts.

Course Contents


1. Introduction
2. Environment setup & Installation
3. First Application in Node Js
4. NPM
5. Callback Concept
6. Events
7. Buffers
8. Streams
9. File Systems
10. Global Objects
11. Web Module