{"id":16490749,"url":"https://github.com/awinterman/demitasse","last_synced_at":"2025-10-03T19:58:07.571Z","repository":{"id":8327666,"uuid":"9880252","full_name":"AWinterman/demitasse","owner":"AWinterman","description":"A micro-framework for node. Does that even make sense?","archived":false,"fork":false,"pushed_at":"2013-06-04T04:57:49.000Z","size":460,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T06:28:44.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/AWinterman.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}},"created_at":"2013-05-06T05:53:33.000Z","updated_at":"2014-05-05T02:41:38.000Z","dependencies_parsed_at":"2022-08-07T02:30:17.589Z","dependency_job_id":null,"html_url":"https://github.com/AWinterman/demitasse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AWinterman/demitasse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWinterman%2Fdemitasse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWinterman%2Fdemitasse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWinterman%2Fdemitasse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWinterman%2Fdemitasse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AWinterman","download_url":"https://codeload.github.com/AWinterman/demitasse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWinterman%2Fdemitasse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505036,"owners_count":23618882,"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-11T13:49:06.382Z","updated_at":"2025-10-03T19:58:02.528Z","avatar_url":"https://github.com/AWinterman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demitasse #\nA [flask][0]-inspired microframework for nodejs.\n\nUses event based logic to handle routing. \n\n## Usage: ##\n\nIn your index.js file, you might have\n\n```javascript\n\nvar Demi = require(\"demi\")\n  , demi = new Demi(\"./public\")\n\ndemi.route(\"/\")\n    .on(\"GET\", function(req, resp){\n      resp.write(\"hello world\")\n    })\n       \n```\n\n\nThen from the command line you might run `demi run`, navigate to\nlocalhost:8000, and view the rendered string.  This will handle the streaming\nof response and the data type etc. for you.\n\n\n## Install ##\n\n``` npm install demi ```\n\n## Examples ##\n\nThere are examples in the examples/ directory. Run them with \n\n```\nnode examples/\u003cexample-name\u003e\n```\n\n\n[0]: http://flask.pocoo.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawinterman%2Fdemitasse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawinterman%2Fdemitasse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawinterman%2Fdemitasse/lists"}