{"id":17483522,"url":"https://github.com/xandkar/racket-web-server-hello-world","last_synced_at":"2026-01-06T18:36:41.856Z","repository":{"id":142071089,"uuid":"512552518","full_name":"xandkar/racket-web-server-hello-world","owner":"xandkar","description":"An expository hello-world Racket Web Server app","archived":false,"fork":false,"pushed_at":"2022-07-10T22:29:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T03:06:38.157Z","etag":null,"topics":["racket"],"latest_commit_sha":null,"homepage":"","language":"Racket","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/xandkar.png","metadata":{"files":{"readme":"README","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":"2022-07-10T22:26:25.000Z","updated_at":"2022-07-10T22:47:39.000Z","dependencies_parsed_at":"2023-07-09T05:31:11.325Z","dependency_job_id":null,"html_url":"https://github.com/xandkar/racket-web-server-hello-world","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"ddb84d543573599a22023ddde44a74ef88452ea4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xandkar%2Fracket-web-server-hello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xandkar%2Fracket-web-server-hello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xandkar%2Fracket-web-server-hello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xandkar%2Fracket-web-server-hello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xandkar","download_url":"https://codeload.github.com/xandkar/racket-web-server-hello-world/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246042013,"owners_count":20714147,"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":["racket"],"created_at":"2024-10-19T00:05:49.402Z","updated_at":"2026-01-06T18:36:41.790Z","avatar_url":"https://github.com/xandkar.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"Racket Web Server hello-world app\n=================================\n\nI wanted to run a simple instance of the Racket Web Server,\ndove into the docs,\nresurfaced with the code captured in this repo.\n\nEach required module is prefixed so it is clear what is coming from where!\n\nExample usage\n-------------\n\nFrom terminal A:\n\n    $ ./server --help\n    usage: ./server [ \u003coption\u003e ... ] [\u003cdirectories-to-serve-static-files-from\u003e] ...\n\n    \u003coption\u003e is one of\n\n      -d, --dev\n\t Development mode: open browser, show stack traces, etc.\n      -a \u003cip-addr\u003e, --addr \u003cip-addr\u003e\n\t Listen address.\n      -p \u003cport-number\u003e, --port \u003cport-number\u003e\n\t Listen port.\n      -l \u003cfile\u003e, --log \u003cfile\u003e\n\t Log file.\n      --help, -h\n\t Show this help\n      --\n\t Do not treat any remaining argument as a switch (at this level)\n\n     Multiple single-letter switches can be combined after\n     one `-`. For example, `-h-` is the same as `-h --`.\n\n    $ ./server\n    Your Web application is running at http://localhost:8000.\n    Stop this program at any time to terminate the Web Server.\n\nFrom terminal B:\n\n    $ curl -i localhost:8000/hello\n    HTTP/1.1 200 OK\n    Transfer-Encoding: chunked\n    Server: Racket\n    Last-Modified: Sun, 10 Jul 2022 22:07:26 GMT\n    Date: Sun, 10 Jul 2022 22:07:26 GMT\n    Content-Type: text/html; charset=utf-8\n\n    Hello, world!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxandkar%2Fracket-web-server-hello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxandkar%2Fracket-web-server-hello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxandkar%2Fracket-web-server-hello-world/lists"}