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.
- Host: GitHub
- URL: https://github.com/mazulo/how-the-web-works
- Owner: mazulo
- Created: 2016-06-13T20:49:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T23:01:24.000Z (over 9 years ago)
- Last Synced: 2025-03-14T19:18:07.656Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)