Twitter About Home

Node.js development with WebMatrix 2 + Express (Part 3)

This is the third in a three-part series of videos about building a mobile web app with Node.js, Express, and WebMatrix:

Published Jul 11, 2012
  1. Getting started with Node and Express using WebMatrix 2 — 12 minutes
  2. Building a web app with static UI / dynamic API architecture — 20 minutes
  3. (This post) Hints and tricks for optimising for mobiles — 14 minutes

This third video puts the focus on mobile devices, which is the main target audience for our app. You’ll see ways of improving the user experience on small screens, using caching to make the app load incredibly quickly even over a low-bandwidth connection, and pushing real-time updates to clients. Finally you’ll see a few iOS-specific tricks.

Here’s the video. Be sure to watch it full-screen in 720p quality, by the way, for the most readable code…

Want to download the code?

As before, <a href=”https://github.com/SteveSanderson/nodejs-webmatrix-video-tutorials” onclick=”javascript:_gaq.push([‘_trackEvent’,’outbound-article’,’http://github.com’]);” target=_blank>the source repo is on GitHub</a>. Or, you can download the exact version of the code corresponding to the end of the part 3 video.

READ NEXT

Node.js development with WebMatrix 2 + Express (Part 2)

This is the second in a three-part series of videos about building a mobile web app with Node.js, Express, and WebMatrix:

Published Jul 10, 2012