{"id":16099005,"url":"https://github.com/hellerve/lang-server","last_synced_at":"2026-01-19T05:32:50.881Z","repository":{"id":79626303,"uuid":"63529245","full_name":"hellerve/lang-server","owner":"hellerve","description":"A simple zepto DSL for creating HTTP servers","archived":false,"fork":false,"pushed_at":"2016-11-02T19:37:54.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T22:43:47.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/hellerve.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":"2016-07-17T11:46:47.000Z","updated_at":"2023-09-08T17:12:45.000Z","dependencies_parsed_at":"2023-05-13T21:46:04.880Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/lang-server","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve/lang-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flang-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flang-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flang-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flang-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/lang-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flang-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-09T18:25:23.629Z","updated_at":"2026-01-19T05:32:50.859Z","avatar_url":"https://github.com/hellerve.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# lang-server\n\nlang-server is a simple tool that leverages zepto #langs to\nbuild a simple framework for simple servers.\n\n## Installation\n\n```\nzeps install hellerve/lang-server\n```\n\n## Usage\n\n```clojure\n#lang serve\n; the handle function will be called with every request\n(define (handle method route headers body)\n  (response :body \"Hello, World\"))\n```\n\nAfter saving the file to `my-server.zp`, you can run this script using\n\n```\nzepto-serve my-server\n```\n\nFor a more or less complex example leveraging a few more\npossibilities, see the [example JSON server](https://github.com/hellerve/lang-server/blob/master/examples/serve-json/serve-json.zp)\nor the [badge generator](https://github.com/hellerve/lang-server/blob/master/examples/badges/badges.zp).\n\n## Known bugs\n\nThe following bugs are known:\n* Sending a header that includes  `: ` (colon-space) anywhere that's not the key-value\n  delimiter will crash the server (yay!).\n\n\u003chr/\u003e\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Flang-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Flang-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Flang-server/lists"}