https://github.com/thesage21/webstory
WIP: A story meant to teach a new web dev about the world of websites.
https://github.com/thesage21/webstory
Last synced: about 1 month ago
JSON representation
WIP: A story meant to teach a new web dev about the world of websites.
- Host: GitHub
- URL: https://github.com/thesage21/webstory
- Owner: theSage21
- Created: 2020-06-21T15:06:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T17:46:13.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T21:28:25.303Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Story
=========A story about the internet. About the web as we know it in 2020. To read this story, simply start with the index below. Each part of the story contains a README file and supporting code.
Index
-----1. [Getting files from a network](story/file_over_network)
2. [Listing remote directories](story/dir_over_net)
3. [A full fledged web server](story/webserver)
4. [The http protocol](story/the_http_protocol)
5. [Static site generators](story/site_generators)