An open API service indexing awesome lists of open source software.

https://github.com/mazulo/how-the-web-works

Repositório para reunir material de estudo sobre como a web funciona, e como programar web.
https://github.com/mazulo/how-the-web-works

Last synced: 11 months ago
JSON representation

Repositório para reunir material de estudo sobre como a web funciona, e como programar web.

Awesome Lists containing this project

README

          

# How the web works
Repositório para reunir material de estudo sobre como a web funciona, e como programar web.

## HTTP
- [How the web works: HTTP and CGI explained](http://www.garshol.priv.no/download/text/http-tut.html)

## HTTP/2
- [HTTP/2: magia com o novo protocolo – Hipsters #13](http://hipsters.tech/http2-magia-com-o-novo-protocolo/) (Podcast)

## Browser
- [How Browsers Work: Behind the scenes of modern web browsers - html5rocks](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)

## Python
- [wsgiref — WSGI Utilities and Reference Implementation](https://docs.python.org/3/library/wsgiref.html)
- [http.server — HTTP servers](https://docs.python.org/3/library/http.server.html)