{"id":28454385,"url":"https://github.com/for-get/server","last_synced_at":"2025-06-28T06:31:18.774Z","repository":{"id":8871319,"uuid":"10585203","full_name":"for-GET/server","owner":"for-GET","description":"Reference (NodeJS) implementation of a server running the state machine described by HTTP decision diagram v4.","archived":false,"fork":false,"pushed_at":"2014-04-20T22:02:47.000Z","size":296,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-06T19:13:37.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/for-GET.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":"2013-06-09T15:43:03.000Z","updated_at":"2016-10-13T07:25:00.000Z","dependencies_parsed_at":"2022-08-28T04:41:23.959Z","dependency_job_id":null,"html_url":"https://github.com/for-GET/server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/for-GET/server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/for-GET%2Fserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/for-GET%2Fserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/for-GET%2Fserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/for-GET%2Fserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/for-GET","download_url":"https://codeload.github.com/for-GET/server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/for-GET%2Fserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262387188,"owners_count":23303183,"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":"2025-06-06T19:13:39.591Z","updated_at":"2025-06-28T06:31:18.768Z","avatar_url":"https://github.com/for-GET.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# for-GET Server [![Build Status][2]][1]\n\nfor-GET Server is a reference implementation of an HTTP server running the for-GET Machine.\n\nCurrently it is wrapping the built-in NodeJS HTTP Server and only creates the structure of an HTTP transaction as prescribed by the for-GET Machine.\n\nIn the future, this server will be standalone running on top of the NodeJS TCP Server, and use PEG parsers for requests and generators for responses.\n\n**This is part of a bigger effort: [for-GET HTTP](https://github.com/for-GET/README).**\n\n\n## Status\n\nThis software is highly volatile; the v4 diagram has the same status.\n\n\n## Usage\n\n```bash\nnpm install for-get-server\n```\n\n```coffee\n{\n  Server\n  Resource\n} = require 'for-get-server'\n\nclass MyResource extends Resource\n  content_types_provided: () -\u003e\n    {\n      'text/html': () -\u003e '123'\n    }\n\napp = new Server()\napp.use '/', MyResource.middleware()\napp.listen 8000\n```\n\n#### Shell\n\n```bash\n# Shortcut to start a server from a configuration file\nfor-get-server path_to_config\n# Sample\nmake sample\n```\n\n\n## License\n\n[Apache 2.0](LICENSE)\n\n\n  [1]: https://travis-ci.org/for-get/server\n  [2]: https://travis-ci.org/for-get/server.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffor-get%2Fserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffor-get%2Fserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffor-get%2Fserver/lists"}