WebFund 2013W Lecture 8

From Soma-notes
Revision as of 12:56, 31 January 2013 by Soma (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 from JavaScript
  • 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)