{"id":17637979,"url":"https://github.com/xdk78/hayai","last_synced_at":"2026-05-04T23:37:00.330Z","repository":{"id":74328884,"uuid":"124876531","full_name":"xdk78/hayai","owner":"xdk78","description":"[WIP] hayai - Fast Node.js HTTP framework built on turbo-http","archived":false,"fork":false,"pushed_at":"2018-04-29T11:15:12.000Z","size":124,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T06:23:30.104Z","etag":null,"topics":["fast","framework","http","javascript","nodejs","router","server","turbo-http","typescript","webframework"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/xdk78.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":"2018-03-12T11:07:37.000Z","updated_at":"2023-03-10T09:12:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c507b08-4a99-4985-9f7a-56abf9ebc056","html_url":"https://github.com/xdk78/hayai","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/xdk78%2Fhayai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdk78%2Fhayai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdk78%2Fhayai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdk78%2Fhayai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdk78","download_url":"https://codeload.github.com/xdk78/hayai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246273554,"owners_count":20750906,"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":["fast","framework","http","javascript","nodejs","router","server","turbo-http","typescript","webframework"],"created_at":"2024-10-23T03:24:37.879Z","updated_at":"2026-05-04T23:36:55.312Z","avatar_url":"https://github.com/xdk78.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WIP] hayai [![Build Status](https://travis-ci.org/xdk78/hayai.svg?branch=master)](https://travis-ci.org/xdk78/hayai)\n\n    Fast Node.js HTTP framework built on turbo-http\n\n```ts\nimport Hayai from './index'\nconst app = new Hayai()\nconst port: Port = 3000\napp.get('/', (req: Request, res: Response, params: Params) =\u003e res.send('hello world', 200))\napp.get('/json', (req: Request, res: Response, params: Params) =\u003e res.json({ hello: 'world' }, 200))\napp.get('/html', (req: Request, res: Response, params: Params) =\u003e res.html('\u003cb\u003eHello World\u003c/b\u003e', 200))\napp.get('/mime', (req: Request, res: Response, params: Params) =\u003e {\n  res.type('text/html')\n  res.end('\u003cb\u003eHello World\u003c/b\u003e', 200)\n})\napp.listen(port)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdk78%2Fhayai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdk78%2Fhayai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdk78%2Fhayai/lists"}