{"id":16923835,"url":"https://github.com/bugaevc/simple-http-server-tutorial","last_synced_at":"2025-04-13T02:12:20.683Z","repository":{"id":71726811,"uuid":"150489985","full_name":"bugaevc/simple-http-server-tutorial","owner":"bugaevc","description":"A step-by-step walkthrough of implementing a very basic HTTP server and a webapp nanoframework in pure Python","archived":false,"fork":false,"pushed_at":"2018-12-11T16:04:01.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T19:45:49.385Z","etag":null,"topics":["http-server","nanoframework","python","step-by-step","tutorial"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugaevc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-26T21:03:57.000Z","updated_at":"2023-09-08T17:45:29.000Z","dependencies_parsed_at":"2023-05-18T02:30:54.250Z","dependency_job_id":null,"html_url":"https://github.com/bugaevc/simple-http-server-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugaevc%2Fsimple-http-server-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugaevc%2Fsimple-http-server-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugaevc%2Fsimple-http-server-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugaevc%2Fsimple-http-server-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugaevc","download_url":"https://codeload.github.com/bugaevc/simple-http-server-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654090,"owners_count":21140236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http-server","nanoframework","python","step-by-step","tutorial"],"created_at":"2024-10-13T20:00:53.169Z","updated_at":"2025-04-13T02:12:20.665Z","avatar_url":"https://github.com/bugaevc.png","language":"Python","readme":"# Simple HTTP server tutorial\n\nThis tutorial is a [step-by-step walkthrough](https://github.com/bugaevc/simple-http-server-tutorial/commits/master) of implementing a very basic HTTP server and a nanoframework for web apps in pure Python on top of bare TCP sockets.\nThe server won't be as advanced or feature-reach as [leek](https://github.com/bugaevc/leek) or Python's built-in [`http.server`](https://docs.python.org/3/library/http.server.html),\nand the nanoframework won't be as complete as Flask, but they have enough functionality to support parsing basic GET and POST requests, dispatching them to a collection of handlers and sending back the response.\n\nThe server and nanoframework implementation takes up about 150 lines of Python code; it's followed by another 50 lines implementing a simple to-do list webapp on top of the nanoframework\nto demonstrate using its API and make it possible to run and test the whole thing.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugaevc%2Fsimple-http-server-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugaevc%2Fsimple-http-server-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugaevc%2Fsimple-http-server-tutorial/lists"}