WebFund 2013W Lecture 8
Audio
Audio from the lecture given on January 31, 2013 is here.
Questions
1. For the following, choose one of the following terms and match it with the appropriate description:
node json http html jade stylus express connect jquery ajax css
- client-side JavaScript library for abstracting browser-specific behavior when accessing DOM elements
- standard for encoding data, particularly for transport, using JavaScript-like syntax
- node.js framework for creating web applications
- node.js extensible http server middleware (i.e., supports plugins to add web server functionality)
- html template engine for node
- cleaner CSS syntax for node
2. Sessions impose a strict ordering on HTTP requests in web applications (true/false)