{"id":21988176,"url":"https://github.com/jcksnvllxr80/go-server","last_synced_at":"2025-10-25T03:32:40.286Z","repository":{"id":152272718,"uuid":"477230523","full_name":"jcksnvllxr80/go-server","owner":"jcksnvllxr80","description":"This tutorial is the first 20 minutes of the following video","archived":false,"fork":false,"pushed_at":"2022-09-05T14:23:04.000Z","size":3260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T05:43:41.318Z","etag":null,"topics":["go","golang","webserver"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=jFfo23yIWac\u0026t=22s","language":"Go","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/jcksnvllxr80.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":"2022-04-03T03:44:05.000Z","updated_at":"2022-04-03T15:45:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c8e42b7-5ee8-488c-a399-7e1d3324c3a4","html_url":"https://github.com/jcksnvllxr80/go-server","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/jcksnvllxr80%2Fgo-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcksnvllxr80%2Fgo-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcksnvllxr80%2Fgo-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcksnvllxr80%2Fgo-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcksnvllxr80","download_url":"https://codeload.github.com/jcksnvllxr80/go-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048281,"owners_count":20552483,"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":["go","golang","webserver"],"created_at":"2024-11-29T19:16:09.043Z","updated_at":"2025-10-25T03:32:40.225Z","avatar_url":"https://github.com/jcksnvllxr80.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Web Server that Listens on Port 8080 in Go\n\nThis was all done on a mac-mini running ubuntu 20.04 LTS. This was a tutorial from freeCodeCamp. You can watch it here https://www.youtube.com/watch?v=jFfo23yIWac\u0026t=22s\n\n## Prereqs\n\n1. Install Go\n2. cd ~/Go\n3. mkdir a src folder in this directory if it doesnt exist (this is where go-server directory resides)\n\n## Cloning, Building, Running the code\n\n```bash\ngit clone https://github.com/jcksnvllxr80/go-server.git\ngo mod init\ngo build\ngo run main.go\n```\n\n## Using the web server\n\n### Test path to index.html\n\n```bash\nlocalhost:8080/\n```\n\n### Test path to 'hello' function\n\n```bash\nlocalhost:8080/hello\n```\n\n### Test path to 'form' function\n\n```bash\nlocalhost:8080/form\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcksnvllxr80%2Fgo-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcksnvllxr80%2Fgo-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcksnvllxr80%2Fgo-server/lists"}