{"id":31536653,"url":"https://github.com/nullfx/simplegohttpd","last_synced_at":"2025-10-04T07:47:07.927Z","repository":{"id":89876969,"uuid":"348939678","full_name":"nullfx/simplegohttpd","owner":"nullfx","description":"a simple go based http daemon that reads serves file content. more of a learning exercise than anything useful","archived":false,"fork":false,"pushed_at":"2024-03-12T07:59:37.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-21T04:55:50.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/nullfx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-03-18T04:23:07.000Z","updated_at":"2024-03-12T02:58:31.000Z","dependencies_parsed_at":"2024-06-21T04:10:42.105Z","dependency_job_id":"a6db8ec4-b290-4af8-8618-2cfff4ef0e50","html_url":"https://github.com/nullfx/simplegohttpd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nullfx/simplegohttpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fsimplegohttpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fsimplegohttpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fsimplegohttpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fsimplegohttpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullfx","download_url":"https://codeload.github.com/nullfx/simplegohttpd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullfx%2Fsimplegohttpd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278283493,"owners_count":25961310,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":"2025-10-04T07:47:04.810Z","updated_at":"2025-10-04T07:47:07.922Z","avatar_url":"https://github.com/nullfx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Another Simple go httpd Web Server\nA simple go based http daemon that reads serves file content. \nThis is more of a learning exercise than anything useful.\n\nLoads static content from local directory and writes it out based on uri path. If no file matches URI path, returns a 404 page.\n\nIncludes [SB Admin](https://github.com/startbootstrap/startbootstrap-sb-admin) bootstrap template as content that it loads and serves.\n\n## Build \n```\ngo build httpd.go\n```\n\n### Run\nbrowse http://localhost:82/index.html or http://localhost/foo\n\n\n## Structure\n\n- **httpd.go** - webserver code. webserver doesn't use any of the built in template functionality (yet. crawl. walk. run. still crawling). wanted to start with a very basic i/o implementation and build from there.\n- **www** - static html directory. anything placed in this directory will be served if matching the url path. extract the contents of `sb_admin_sample_content.zip` in place here to run the `SB Admin` demo using this web server.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullfx%2Fsimplegohttpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullfx%2Fsimplegohttpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullfx%2Fsimplegohttpd/lists"}