{"id":37855026,"url":"https://github.com/thepatrik/hellohttp","last_synced_at":"2026-01-16T16:25:15.578Z","repository":{"id":57559143,"uuid":"260379330","full_name":"thepatrik/hellohttp","owner":"thepatrik","description":"A simple barebone HTTP server implementation in golang.","archived":false,"fork":false,"pushed_at":"2020-05-03T07:33:46.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:48:37.588Z","etag":null,"topics":["api","go","golang","http"],"latest_commit_sha":null,"homepage":"","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/thepatrik.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}},"created_at":"2020-05-01T04:30:13.000Z","updated_at":"2020-05-03T07:33:49.000Z","dependencies_parsed_at":"2022-08-28T08:30:13.333Z","dependency_job_id":null,"html_url":"https://github.com/thepatrik/hellohttp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thepatrik/hellohttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrik%2Fhellohttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrik%2Fhellohttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrik%2Fhellohttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrik%2Fhellohttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thepatrik","download_url":"https://codeload.github.com/thepatrik/hellohttp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrik%2Fhellohttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","go","golang","http"],"created_at":"2026-01-16T16:25:15.124Z","updated_at":"2026-01-16T16:25:15.568Z","avatar_url":"https://github.com/thepatrik.png","language":"Go","readme":"# hellohttp\n\n[![Build Status](https://travis-ci.org/thepatrik/hellohttp.svg?branch=master)](https://travis-ci.org/thepatrik/hellohttp) [![Go Report Card](https://goreportcard.com/badge/github.com/thepatrik/hellohttp)](https://goreportcard.com/report/github.com/thepatrik/hellohttp) [![GoDoc](https://godoc.org/github.com/thepatrik/hellohttp?status.svg)](https://godoc.org/github.com/thepatrik/hellohttp)\n\nA simple barebone HTTP server implementation in golang, that uses [chi](https://github.com/go-chi/chi) as a router with cors, compression, and logging middlewares enabled.\n\n```bash\n$ go run .\nRunning HTTP server on :8080\n```\n\nCheck the health endpoint.\n\n```bash\ncurl http://localhost:8080/health\nOK\n```\n\n#### Docker\n\nThe Dockerfile is built from scratch and produces a small image (~8.1 MB).\n\nBuild with:\n\n```bash\n$ docker build -t hellohttp .\n```\n\nRun with:\n\n```bash\n$ docker run -p 8080:8080 hellohttp\n```\n\n#### Environment variables\n\nThe following environment variables are available (use a .env file for convenience).\n\n| Name | Default | Description |\n| ---- | ------- | ----------- |\n| PORT | 8080    | Port number |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepatrik%2Fhellohttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthepatrik%2Fhellohttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepatrik%2Fhellohttp/lists"}