{"id":28254721,"url":"https://github.com/trifrost-js/core","last_synced_at":"2025-06-16T04:32:00.571Z","repository":{"id":291933192,"uuid":"978949827","full_name":"trifrost-js/core","owner":"trifrost-js","description":"A blazing-fast, runtime-agnostic server framework built for the modern JavaScript ecosystem — from low-latency edge environments to traditional backend infrastructure","archived":false,"fork":false,"pushed_at":"2025-06-12T21:34:17.000Z","size":1133,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-12T22:52:50.089Z","etag":null,"topics":["bun","cloudflare","cloudflare-workers","nodejs","npm","otel","router","server-framework","typescript"],"latest_commit_sha":null,"homepage":"https://trifrost.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/trifrost-js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2025-05-06T18:54:48.000Z","updated_at":"2025-06-12T21:32:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"b74c4904-dc5c-4ef1-b96c-931c1729db37","html_url":"https://github.com/trifrost-js/core","commit_stats":null,"previous_names":["trifrost-js/core"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/trifrost-js/core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifrost-js%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifrost-js%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifrost-js%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifrost-js%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trifrost-js","download_url":"https://codeload.github.com/trifrost-js/core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifrost-js%2Fcore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259544755,"owners_count":22874308,"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":["bun","cloudflare","cloudflare-workers","nodejs","npm","otel","router","server-framework","typescript"],"created_at":"2025-05-19T20:15:23.730Z","updated_at":"2025-06-16T04:32:00.563Z","avatar_url":"https://github.com/trifrost-js.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TriFrost\n\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![CodeCov](https://codecov.io/gh/trifrost-js/core/graph/badge.svg?token=WGGKOQH7MB)](https://codecov.io/gh/trifrost-js/core)\n[![CI](https://github.com/trifrost-js/core/actions/workflows/ci.yml/badge.svg)](https://github.com/trifrost-js/core/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/trifrost-js/core/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/trifrost-js/core/actions/workflows/github-code-scanning/codeql)\n[![npm](https://img.shields.io/npm/v/@trifrost/core.svg)](https://www.npmjs.com/package/@trifrost/core)\n[![npm](https://img.shields.io/npm/dm/@trifrost/core.svg)](https://www.npmjs.com/package/@trifrost/core)\n\n**TriFrost** is a blazing-fast, runtime-agnostic server framework built for the modern JavaScript ecosystem — from low-latency edge environments to traditional backend infrastructure.\n\nWhether you're deploying to Node.js, Bun, Cloudflare Workers, or uWebSockets.js, TriFrost provides a unified API and internal architecture that adapts to the runtime — without compromising on performance, developer experience, or clarity.\n\n---\n\n## ✨ Why TriFrost?\nTriFrost is the result of deep experience across frameworks, runtimes, and production systems. It combines:\n\n- 🧩 **Koa-like composability**: build with middleware that’s small, explicit, and powerful\n- ⚡ **uWS-level performance**: thanks to tight internal control over routing, context, and async flows\n- 🌐 **Edge-native philosophy**: designed from the ground up to support Cloudflare Workers, and other emerging runtimes\n- 🧠 **Observability-first design**: tracing is not an afterthought; it’s a core design concern with built-in support for structured telemetry\n\nUnlike many frameworks, TriFrost doesn't bind itself to Node-specific APIs or assume a single deployment model. It’s truly runtime-flexible, letting you write code once and run it almost anywhere.\n\n---\n\n## 📦 Installation\nUsing your favorite package manager:\n\n```bash\n# bun\nbun add @trifrost/core\n\n# npm\nnpm install @trifrost/core\n\n# pnpm\npnpm add @trifrost/core\n\n# yarn\nyarn add @trifrost/core\n```\n\n---\n\n## 🧠 Core Principles\nTriFrost is guided by a few key beliefs:\n\n- **No magic. Ever.** You should be able to trace exactly how data flows and how handlers resolve.\n- **Lean by default.** We ship zero dependencies that aren’t critical to the core behavior.\n- **Typed end-to-end.** First-class TypeScript support with generics and inference deeply embedded.\n- **Adaptable internals.** Routing, context, and state management are designed to be both composable and overridable.\n\n---\n\n## 🚀 Project Status\nTriFrost is under active development as we build toward a solid `v1.0` milestone.\n\nThe internal architecture is already production-grade, but APIs may still evolve as we polish developer ergonomics, refine edge-case behaviors, and finalize DX across runtimes.\n\nIf you're early-adopting:\n- We recommend pinning patch versions\n- Feedback and PRs are very welcome\n- Expect aggressive iteration\n\n---\n\n## 🔗 Resources\n- 🧑‍💻 GitHub: [trifrost-js/core](https://github.com/trifrost-js/core)\n- 📦 npm: [`@trifrost/core`](https://www.npmjs.com/package/@trifrost/core)\n- 🌐 Website: [trifrost.dev](https://trifrost.dev)\n- 💬 Discord: [Join the community](https://discord.gg/e9zTXmtBG8)\n\n---\n\n## 🤝 Contributing\nContributions are very welcome!\n\nIf you're looking to get involved:\n- 📄 Check the [open issues](https://github.com/trifrost-js/core/issues) or [discussion threads](https://github.com/trifrost-js/core/discussions)\n- 🧪 Run tests with `npm run test` or check coverage with `npm run test:coverage`\n- 🔧 Code is written in modern TypeScript — **type safety and performance matter**\n\nWhether it's a bug fix, new module, test case, or doc improvement — PRs are appreciated and reviewed quickly.\n\n---\n\n## 👤 Author\nCreated and maintained by [Peter Vermeulen](https://github.com/peterver)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrifrost-js%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrifrost-js%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrifrost-js%2Fcore/lists"}