{"id":16484347,"url":"https://github.com/nugaon/python3-http-server-example","last_synced_at":"2026-06-11T11:31:11.507Z","repository":{"id":106023211,"uuid":"258277443","full_name":"nugaon/python3-http-server-example","owner":"nugaon","description":"Simple example for http server in python3","archived":false,"fork":false,"pushed_at":"2020-04-23T17:58:04.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T09:17:24.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nugaon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-23T17:16:57.000Z","updated_at":"2020-04-23T17:58:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd79dce5-156b-4f16-a0bb-c26a50c1b601","html_url":"https://github.com/nugaon/python3-http-server-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nugaon/python3-http-server-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nugaon%2Fpython3-http-server-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nugaon%2Fpython3-http-server-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nugaon%2Fpython3-http-server-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nugaon%2Fpython3-http-server-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nugaon","download_url":"https://codeload.github.com/nugaon/python3-http-server-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nugaon%2Fpython3-http-server-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-11T13:16:49.727Z","updated_at":"2026-06-11T11:31:11.491Z","avatar_url":"https://github.com/nugaon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python3 Simple HTTP server\nThis project is an example how you can create a HTTP server in python3\n\n# Manual test\nFor manual testing the preferred tool is 'curl', and the server has only one EP\nto make calls, so the only command which can be useful with that is:\n\n```\ncurl \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json\" \\\n  -X POST -d '{\n  \"sortKeys\": [\"fruits\", \"numbers\"],\n  \"payload\": {\n    \"fruits\": [\"watermelon\", \"apple\", \"pineapple\"],\n    \"numbers\": [1333, 4, 2431, 7],\n    \"colors\": [\"green\", \"blue\", \"yellow\"]\n  }\n}' 127.0.0.1:8080/sort\n```\n\n# Run\n\n## Build\n\nBuild can be made by 'pyinstaller'. Binary files will be in the dist directory\n\n## Docker\n\nTo try out it in docker, run:\n\n\u003e docker run -d --rm --name python-http-server --network host -v \"$PWD\":/usr/src/app python:3 python /usr/src/app/server.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnugaon%2Fpython3-http-server-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnugaon%2Fpython3-http-server-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnugaon%2Fpython3-http-server-example/lists"}