{"id":19621323,"url":"https://github.com/commenthol/veloze","last_synced_at":"2025-08-17T16:15:51.170Z","repository":{"id":66111701,"uuid":"603680752","full_name":"commenthol/veloze","owner":"commenthol","description":"A modern and fast express-like webserver for the web","archived":false,"fork":false,"pushed_at":"2025-07-26T16:07:37.000Z","size":424,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T19:57:48.485Z","etag":null,"topics":["express","http","http2","http2-server","modern","web","webserver"],"latest_commit_sha":null,"homepage":"","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/commenthol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code_of_conduct.md","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,"zenodo":null}},"created_at":"2023-02-19T08:55:50.000Z","updated_at":"2025-07-26T16:07:41.000Z","dependencies_parsed_at":"2024-10-26T16:17:19.817Z","dependency_job_id":"2b1a6e69-7574-4ab3-bd24-4d03722839b0","html_url":"https://github.com/commenthol/veloze","commit_stats":{"total_commits":150,"total_committers":1,"mean_commits":150.0,"dds":0.0,"last_synced_commit":"f7b43333ef24e1f9786ef95acaf4180e8903d002"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/commenthol/veloze","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fveloze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fveloze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fveloze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fveloze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commenthol","download_url":"https://codeload.github.com/commenthol/veloze/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fveloze/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270871429,"owners_count":24660201,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["express","http","http2","http2-server","modern","web","webserver"],"created_at":"2024-11-11T11:22:22.066Z","updated_at":"2025-08-17T16:15:51.138Z","avatar_url":"https://github.com/commenthol.png","language":"JavaScript","readme":"[![npm-badge][npm-badge]][npm]\n[![actions-badge][actions-badge]][actions]\n![types-badge][types-badge]\n\n# veloze\n\nA modern and fast express-like webserver for the web.\n\nAllows you to:\n- reuse connect (express) middlewares\n- use secure defaults\n- pick the pieces to build your server \n- use async middlewares like `async (req, res) =\u003e { ... }`\n\nComes with:\n- a [Pure ESM Package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)\n- Stoppable HTTP2 server\n- Fast Radix Tree Router\n- Follows standards (lower-case headers, ...)\n- failsafe connecting your handlers by catching thrown errors in middlewares\n- Query-parser middleware to prevent HTTP parameter pollution\n- Body-parser for form, json, raw content\n- content-security-policy and reporting middleware\n- HTTP to HTTPS redirect middleware\n- cache-control middleware\n- CORS middleware\n- Cookie-parser and response helpers to set and clear cookies\n- Too Busy middleware to prevent server from overload\n- Support for server-side rendering engines\n- Safe final handler to prevent info leakage from internal error exposure in\n  responses\n- res.send() to send any content with or without Etag generation\n- res.json() to respond with a JSON object, with or without Etag generation\n- Serve middleware to serve static files with brotli, gzip, deflate\n  compression\n\nProject Goals:\n- Provide a fast and modern web-server\n- Modular and un-opinionated.\n- ESM only (no require)\n- Follows Connect/Express middleware pattern `(req, res, next) =\u003e { ... }`\n- Keep things simple\n- Pure Javascript with the support of TS-types.\n- Secure Defaults\n\nBenchmarks:\n- can be found in [veloze-benchmarks](https://github.com/commenthol/veloze-benchmarks)\n\nDocumentation:\n- read more at [./docs/index.md](https://github.com/commenthol/veloze/blob/main/docs/index.md)\n\n# license\n\nMIT licensed\n\n# roadmap\n\n- examples\n- documentation\n\n[npm-badge]: https://badge.fury.io/js/veloze.svg\n[npm]: https://www.npmjs.com/package/veloze\n[types-badge]: https://badgen.net/npm/types/veloze\n[actions-badge]: https://github.com/commenthol/veloze/actions/workflows/ci.yml/badge.svg\n[actions]: https://github.com/commenthol/veloze/actions/workflows/ci.yml\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fveloze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommenthol%2Fveloze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fveloze/lists"}