victorneo / html5-firefoxos-bootcamp

Files for HTML5 and FirefoxOS Bootcamp (Dec 2013)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html5-firefoxos-bootcamp

Description

This repository contains the demo files for each hands-on lab work for the HTML5 and Firefox OS bootcamp held in December 2013.

View the slides on Github from mozilla-ntu/slides.

By day 4, a WebSocket based chat client was built which will connect to a hard-coded server running a nodejs WebSocket server (get it from here).

Running it in the Firefox OS Simulator

You will need the following:

  • Install the Firefox OS Simulator
  • Get the chat server running and update the IP address within day4/static/js/script.js to the server's IP
  • Open up the day4 directory in the Firefox OS Simulator (App Manager -> Add Packaged App -> point to the directory)
  • Start the simulator and you should see the following:

Screenshot

Links

Credits

The workshop was conducted by Wang Yan, and Mozillians Michael Henretty and Nick Desaulniers.

License

Mozilla Public License, version 2.0. See LICENSE for more details.

About

Files for HTML5 and FirefoxOS Bootcamp (Dec 2013)

License:Mozilla Public License 2.0


Languages

Language:CSS 96.2%Language:JavaScript 3.8%