{"id":20594817,"url":"https://github.com/ansman/servers","last_synced_at":"2025-04-14T23:33:15.336Z","repository":{"id":3201009,"uuid":"4234513","full_name":"ansman/servers","owner":"ansman","description":"A simple HTTP echo server in common languages","archived":false,"fork":false,"pushed_at":"2025-04-06T14:37:43.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T15:36:32.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"facebook/flux","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2012-05-05T15:02:42.000Z","updated_at":"2025-04-06T14:37:47.000Z","dependencies_parsed_at":"2024-11-16T08:10:24.554Z","dependency_job_id":"ef695a9c-f533-4c72-9ab2-2b9059f650a4","html_url":"https://github.com/ansman/servers","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/ansman%2Fservers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansman%2Fservers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansman%2Fservers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansman%2Fservers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansman","download_url":"https://codeload.github.com/ansman/servers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248979487,"owners_count":21192979,"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":[],"created_at":"2024-11-16T08:10:18.933Z","updated_at":"2025-04-14T23:33:15.314Z","avatar_url":"https://github.com/ansman.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Servers\n=======\n\nWhy\n---\nOften when you write a server application things do not go as expected.\nI've found that it's a big help to have a stupid echo server which just prints\nthe request. It doesn't need to respond with anything specific, just output headers\nand the request.\n\nIn this repository you'll find a simple echo server implemented in common languages.\n\nHow\n---\nSome servers are implemented using a web server (node.js for example) while some use\na simple server socket (ruby for example).\n\nSome output just the `HTTP/1.0 200 OK` while some add some headers, it depends on the\nlanguage/framework.\n\nThe goal is to have no dependencies beside the bare minimum and that all servers can be started using `./server.\u003cext\u003e [port=8080] [host=127.0.0.1]` with the host and port being optional.\nOf course this isn't possible in all languages (compiled languages).\n\nContributing\n------------\nAdd your favorite language and make a pull request!\n\nLicense\n-------\nThis is project is licensed under the [MIT License](http://en.wikipedia.org/wiki/MIT_License).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansman%2Fservers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansman%2Fservers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansman%2Fservers/lists"}