{"id":15069885,"url":"https://github.com/tuftjs/tuft","last_synced_at":"2025-04-10T17:02:29.119Z","repository":{"id":42216496,"uuid":"251753549","full_name":"tuftjs/tuft","owner":"tuftjs","description":"A minimalist web framework for Node.js.","archived":false,"fork":false,"pushed_at":"2023-02-08T22:52:00.000Z","size":1596,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T15:28:07.971Z","etag":null,"topics":["framework","http","node","node-js","nodejs","tuft","tuftjs","web"],"latest_commit_sha":null,"homepage":"https://tuft.dev","language":"TypeScript","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/tuftjs.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":"2020-03-31T22:04:31.000Z","updated_at":"2022-05-14T23:16:39.000Z","dependencies_parsed_at":"2023-02-06T12:01:05.697Z","dependency_job_id":null,"html_url":"https://github.com/tuftjs/tuft","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuftjs%2Ftuft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuftjs%2Ftuft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuftjs%2Ftuft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuftjs%2Ftuft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuftjs","download_url":"https://codeload.github.com/tuftjs/tuft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248259849,"owners_count":21074207,"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":["framework","http","node","node-js","nodejs","tuft","tuftjs","web"],"created_at":"2024-09-25T01:45:21.177Z","updated_at":"2025-04-10T17:02:29.062Z","avatar_url":"https://github.com/tuftjs.png","language":"TypeScript","readme":"# Tuft\n\nA fast, lightweight web framework for Node.js, with no dependencies.\n\n![CI](https://github.com/tuftjs/tuft/workflows/CI/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/tuftjs/tuft/badge.svg)](https://coveralls.io/github/tuftjs/tuft)\n[![Known Vulnerabilities](https://snyk.io/test/github/tuftjs/tuft/badge.svg?targetFile=package.json)](https://snyk.io/test/github/tuftjs/tuft?targetFile=package.json)\n![npm](https://img.shields.io/npm/v/tuft)\n\nOfficial website: [https://tuft.dev](https://tuft.dev)\n\n## Getting started\nYou can install Tuft via npm:\n```sh\nnpm install tuft\n```\n\nA simple \"Hello, world!\" example:\n```js\nconst { tuft } = require('tuft')\n\ntuft()\n  .set('GET /', { text: 'Hello, world!' })\n  .createServer({ port: 3000 })\n  .start()\n  .then(({ host, port }) =\u003e {\n    console.log(`Server listening at http://${host}:${port}`)\n  })\n```\n\nFor more information on how to use Tuft, see the [official documentation](https://tuft.dev/docs).\n\n## People\nThe creator and maintainer of Tuft is [Stuart Kennedy](https://github.com/rav2040).\n\n## License\n[MIT](https://github.com/tuftjs/tuft/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuftjs%2Ftuft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuftjs%2Ftuft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuftjs%2Ftuft/lists"}