WebFund 2013W Lecture 8: Difference between revisions
Created page with "==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 ..." |
|||
Line 4: | Line 4: | ||
node json http html jade stylus express connect jquery ajax css | node json http html jade stylus express connect jquery ajax css | ||
* client-side JavaScript library for abstracting browser-specific behavior when accessing DOM elements | * client-side JavaScript library for abstracting browser-specific behavior when accessing DOM elements | ||
* standard for encoding data, particularly for transport, using JavaScript-like syntax | * standard for encoding data, particularly for transport, using JavaScript-like syntax | ||
* node.js framework for creating web applications | * node.js framework for creating web applications |
Revision as of 21:20, 31 January 2013
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)