Resources & Reference - UofM-COMP4350-4/NBGI GitHub Wiki
- Package.json Interactive Guide (we use the package.json to install dependencies)
- Restify API Documentation
- PassportJS Guide
- Socket.IO How-To-Use
- Enyo Tutorial 1
- Enyo Tutorial 2
- Enyo Sampler (Each sample also has a "View Source" button")
- Enyo Developer Guide
- Enyo API Documentation
- A (re-)introduction to JavaScript
- JSFiddle (set it to "Enyo (nightly)", with only onyx and layout checked, and "No wrap - in ") Useful for playing with code
- MDN Wed Technologies Documentation (great source of html, js, and css documentation in useful format with samples)
- W3Schools (sometimes has outdated info, but very comprehensive in learning about html, js, and css standards and APIs)
- Code Academy - Javascript (an interactive Javascript tutorial)