{"id":13410541,"url":"https://github.com/BackendStack21/0http","last_synced_at":"2025-03-14T16:32:22.632Z","repository":{"id":37954074,"uuid":"175988627","full_name":"BackendStack21/0http","owner":"BackendStack21","description":"Zero friction HTTP requests router. The need for speed!","archived":false,"fork":false,"pushed_at":"2025-01-26T09:50:07.000Z","size":201,"stargazers_count":159,"open_issues_count":1,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-04T10:01:52.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://0http.21no.de","language":"JavaScript","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/BackendStack21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"custom":"https://www.paypal.me/kyberneees"}},"created_at":"2019-03-16T15:21:46.000Z","updated_at":"2025-01-26T09:49:21.000Z","dependencies_parsed_at":"2024-04-06T09:26:41.338Z","dependency_job_id":"9a73df36-147b-40ae-bd5e-f0be4ed88834","html_url":"https://github.com/BackendStack21/0http","commit_stats":{"total_commits":126,"total_committers":10,"mean_commits":12.6,"dds":"0.25396825396825395","last_synced_commit":"7c0e68139aa37570b0c8e01fe6fa9859f564a4ea"},"previous_names":["jkyberneees/0http"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackendStack21%2F0http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackendStack21%2F0http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackendStack21%2F0http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackendStack21%2F0http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BackendStack21","download_url":"https://codeload.github.com/BackendStack21/0http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242951414,"owners_count":20211645,"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-07-30T20:01:07.570Z","updated_at":"2025-03-14T16:32:22.540Z","avatar_url":"https://github.com/BackendStack21.png","language":"JavaScript","funding_links":["https://www.paypal.me/kyberneees"],"categories":["Frameworks"],"sub_categories":["Telegram"],"readme":"# Introduction\n[![NPM version](https://badgen.net/npm/v/0http)](https://www.npmjs.com/package/0http)\n[![NPM Total Downloads](https://badgen.net/npm/dt/0http)](https://www.npmjs.com/package/0http)\n[![License](https://badgen.net/npm/license/0http)](https://www.npmjs.com/package/0http)\n[![TypeScript support](https://badgen.net/npm/types/0http)](https://www.npmjs.com/package/0http)\n[![Github stars](https://badgen.net/github/stars/jkyberneees/0http?icon=github)](https://github.com/jkyberneees/0http)\n\n\u003cimg src=\"docs/0http-logo.svg\" width=\"400\"\u003e  \n\nZero friction HTTP framework:\n- Tweaked Node.js HTTP server for high throughput.\n- High-performance and customizable request routers. \n\n![Performance Benchmarks](docs/Benchmarks.png) \n\n\u003e Check it yourself: https://web-frameworks-benchmark.netlify.app/result?f=feathersjs,0http,koa,fastify,nestjs-express,express,sails,nestjs-fastify,restana\n\n## Usage\n```js\nconst cero = require('0http')\nconst { router, server } = cero()\n\nrouter.get('/hello', (req, res) =\u003e {\n  res.end('Hello World!')\n})\n\nrouter.post('/do', (req, res) =\u003e {\n  // ...\n  res.statusCode = 201\n  res.end()\n})\n\n//...\n\nserver.listen(3000)\n```\n\n# Support / Donate 💚\nYou can support the maintenance of this project: \n- PayPal: https://www.paypal.me/kyberneees\n- [TRON](https://www.binance.com/en/buy-TRON) Wallet: `TJ5Bbf9v4kpptnRsePXYDvnYcYrS5Tyxus`\n\n# More\n- Website and documentation: https://0http.21no.de","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBackendStack21%2F0http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBackendStack21%2F0http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBackendStack21%2F0http/lists"}