{"id":20372634,"url":"https://github.com/txchen/hello-task","last_synced_at":"2026-05-28T20:31:20.927Z","repository":{"id":32258601,"uuid":"35833013","full_name":"txchen/hello-task","owner":"txchen","description":"examples that make more sense than hello world","archived":false,"fork":false,"pushed_at":"2016-06-29T22:57:54.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-27T11:02:36.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/txchen.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":"2015-05-18T17:46:31.000Z","updated_at":"2016-05-20T17:57:54.000Z","dependencies_parsed_at":"2022-09-11T15:51:30.176Z","dependency_job_id":null,"html_url":"https://github.com/txchen/hello-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/txchen/hello-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fhello-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fhello-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fhello-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fhello-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/txchen","download_url":"https://codeload.github.com/txchen/hello-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txchen%2Fhello-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33626137,"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-05-28T02:00:06.440Z","response_time":99,"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-11-15T01:14:12.114Z","updated_at":"2026-05-28T20:31:20.886Z","avatar_url":"https://github.com/txchen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello Task \u003e Hello World\n\nEvery programming language has hello world, but it is usually useless. To evaluate a language, we need something more complex.\n\nThis repository contains examples for a few languages and they are doing the exact same thing:\n\n* Get http://localhost:10000/posts, it will return a json array in body, which is the list of all posts.\n* For each post, get http://localhost:10000/posts/id, it will return the post content in body.\n* md5 hash the content of each post, concat all the hashes together order by post id, and hash the 'all hashes' again with md5.\n* To make it faster, client can get posts in parallel, but parallelism cannot be too high (default = 10), otherwise server will throw error.\n\nThat's it - 'Hello Task'\n\n### Server side\n\nYou must run an http server before run the clients. Server is written in nodejs, to start it:\n\n```\n$ cd server\n$ npm install\n$ npm run server\n# it will listen on http://localhost:10000\n```\n\n### Hello task collection\n\n* [Go](clients/go)\n* [Node](clients/node)\n* [Python](clients/python)\n* [Ruby](clients/ruby)\n* [C#](clients/csharp)\n* [Rust](clients/rust) - Not finished\n* [Nim](clients/nim) - Not finished\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftxchen%2Fhello-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftxchen%2Fhello-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftxchen%2Fhello-task/lists"}