{"id":16189304,"url":"https://github.com/caolan/snowy","last_synced_at":"2025-03-19T03:30:51.060Z","repository":{"id":65991252,"uuid":"46991225","full_name":"caolan/snowy","owner":"caolan","description":"HTTP server for CHICKEN Scheme","archived":false,"fork":false,"pushed_at":"2018-03-15T18:34:33.000Z","size":59,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T15:04:37.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/caolan.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":"2015-11-27T17:03:48.000Z","updated_at":"2024-10-25T15:46:50.000Z","dependencies_parsed_at":"2023-02-28T11:16:14.350Z","dependency_job_id":null,"html_url":"https://github.com/caolan/snowy","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/caolan%2Fsnowy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fsnowy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fsnowy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fsnowy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caolan","download_url":"https://codeload.github.com/caolan/snowy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965774,"owners_count":20375917,"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-10-10T07:35:00.464Z","updated_at":"2025-03-19T03:30:51.055Z","avatar_url":"https://github.com/caolan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snowy\n\n![Snowy Owl](https://raw.githubusercontent.com/caolan/snowy/master/doc/snowy.png)\n\nA more [node][nodejs]-like alternative to [spiffy][spiffy].\n\nImplements a HTTP server for [CHICKEN Scheme][chicken] based on Joyent's http-parser C library (used in Node.js). Borrows some ideas and code from the fantastic [intarweb][intarweb] and [spiffy][spiffy] too. The API is fairly basic, the idea being that nicer response authoring and query string parsing etc. can be layered on top.\n\n**NOTE:** This is a work-in-progress, feel free to experiment and give feedback, but don't put to real use yet!\n\n## Example\n\n```scheme\n(use snowy)\n\n(http-listen\n (lambda (req res)\n   (update-response res\n     code: 200\n     body: \"Hello, world!\\n\")))\n```\n\n\n[chicken]: http://call-cc.org\n[intarweb]: http://wiki.call-cc.org/eggref/4/intarweb\n[spiffy]: http://wiki.call-cc.org/eggref/4/spiffy\n[nodejs]: http://nodejs.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fsnowy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaolan%2Fsnowy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fsnowy/lists"}