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

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.

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)