Closed
Description
Your demo must use
- 1 graphics technology
- canvas (2D) ☑️
- or SVG, (or optionally WebGL)
.
- 1 storage technology
- Web Storage, Indexed DB, File/FileSystemAPI, (or WebSQL)
- Cookies don’t count
.
- Use one (or both) of the following
- background processing with Web Workers
- real-time communication using WebSockets ☑️
- Choose (at least) 2 of the following HTML5 features
- Web Forms with HTML5 features
- Semantic markup 👈
- Audio/video elements 👈
- Geolocation API
- Drag and Drop
- History API
- AppCache 👈 (use service workers)