Presentations
Recording
- YouTube, Swedish (VT19)
- YouTube, English (2016-11-07)
Resources
About HTTP
First of all read this introduction:
- Learning object HTTP: https://github.com/CS-LNU-Learning-Objects/http/blob/master/http.md
The start reading in this free book about HTTP calling HTTP Succinctly published on: http://code.tutsplus.com/series/http-succinctly--net-33683
Read trough these chapters:
- HTTP Resources
- HTTP Messages
- HTTP Connections
- HTTP Web Architectures
- HTTP State and security
About HTTP/2
Read this:
- Learning object HTTP/2: https://github.com/CS-LNU-Learning-Objects/http/blob/master/http_2.md
About Caching
Read this is a small article which gives a good view of the cache options in HTTP.
[Optional]
- A book written by Ilya Grigorik including some chapter about HTTP/2 (9-12). This gives a more detailed view of the new specification: http://chimera.labs.oreilly.com/books/1230000000545/index.html
- We coming back to this but feel free to start checking up: http://expressjs.com/