WebFund 2016W Lecture 8

From Soma-notes
Revision as of 23:18, 2 February 2016 by Soma (talk | contribs)
Jump to navigation Jump to search

Video

The video from the lecture given on February 2, 2016 is now available.

Student Notes

Agenda

Topics (from assignment 2 & 3)

  • What does the regular expression on line 92 of tinywebserver.js do? (Answer: Prevents breaking out of the current directory by using .. and ~)
  • What does path.normalize do? (Answer: Tries to fix a malformed path. e.g. /home//dave/ becomes /home/dave/)
  • What is Jade? (Answer: Templating language.)