Web Unleashed 2014

2014-09-17 00:00:00 2014-09-19 00:00:00 America/Toronto Web Unleashed 2014 By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. You'll also have the opportunity to network and share ideas with like-minded professionals. Toronto FITC Toronto

Overview

Node.js is a runtime environment and library for running JavaScript applications outside the browser. Node.js is mostly used to run real-time server applications and shines through its performance using non-blocking I/O and asynchronous events. This talk will introduce you to Node.js by showcasing the environment and its two most popular libraries: express and socket.io.

Target Audience

Beginner web developers

Assumed Audience Knowledge

Working knowledge of JavaScript and HTML5.

Objective

Learn how to build a chat engine using Node.js and WebSockets.

Five things audience members will learn

  1. Node.js environment and basics
  2. Node Package Manager overview
  3. Web Framework, express, basics
  4. WebSockets and Socket.io basics
  5. Building a chat engine using Node.js