We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Sticking Your Big Tow in Node.js

Formal Metadata

Title
Sticking Your Big Tow in Node.js
Subtitle
A Client to Server Side Exodus
Alternative Title
JavaScript All Over - Sticking Your Big Toe in Node.js
Title of Series
Number of Parts
110
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Using JavaScript as a universal language for your web application sounds super nice, but how to get started? In this talk we will build our first node application together. Learn about common packages (and what npm is), as well as drivers and design patterns. We will learn how to send serverside JS clientside, how to write our own modules, and where to look for simple hosting. This isn't a "write a webserver in a few minutes" talk, we're going past that and walking out with a fully functional Node.js web application in 60 minutes.