Difference between revisions of "WebFund 2015W Lecture 1"

From Soma-notes
Jump to navigation Jump to search
Line 1: Line 1:
The audio from the lecture given on January 5, 2015 [ is now available].
The audio from the lecture given on January 5, 2015 [http://homeostasis.scs.carleton.ca/~soma/webfund-2015w/lectures/comp2406-2015w-lec01-05Jan2015.mp3 is now available].


Video [http://www.screencast.com/t/hdX3F3E2  is also available], however the audio track is silent.
Video [http://www.screencast.com/t/hdX3F3E2  is also available], however the audio track is silent.

Revision as of 13:11, 9 January 2015

The audio from the lecture given on January 5, 2015 is now available.

Video is also available, however the audio track is silent.

If anyone manages to merge the audio and video, please contact Prof. Somayaji!

Notes

The Web

Client Web Browser - requests "web pages" (JavaScript)

Server Web Server - serves "web pages" (JavaScript)

Modern Web: - downloaded programs talking to programs


Web = HTML + CSS + JavaScript


node.js

- built on async I/O

read(source, buf, callback); do something with buf

- data not available, program waits (blocks)

Referer