NodeJS Workshop


NodeWS - Version:1
Description
The goal of this workshop is to understand the basic principles of the NodeJS development and to give a good base for developers who wants to start developing web services based on NodeJS. In the workshop you will learn what is it NodeJS, why and when it is worth to use, and we will overview its main components. We will also learn the basic modules of NodeJs that enable us to work with files and to use NodeJs as a basic web server. In addition we will learn how to develop web applications in MVC configuration, based on ExpressJS framework.
Intended audience
This workshop intended for developers, team leaders and architectures with knowledge in JavaScript and experience of, at least, 1-2 years in web development.
Expand All
  • Asynchronous JavaScript Everywhere
    • Introduction to Node.js
    • Setting up the dev environment
    • Streams
    • File System
  • Building servers using the http and net modules
    • HTTP
  • Node modules and events
    • Modules
    • NPM
    • Event emitters
  • Express
    • What is express
    • Express generator
    • Routing
    • Middlewares
    • Jade view engine
    • Error handling