fastworker-js
v0.1.9
Published
Platform-agnostic stateless modular monolith framework — types, compiler, router, RPC
Maintainers
Readme
fastworker-js
Opinionated Code, Agnostic Infrastructure.
Fastworker is a platform-agnostic, stateless framework for building modular backends and microservices in JavaScript/TypeScript.
- Website & Documentation: https://fastworker.dev (Fallback: https://playfriendlegends.github.io/fastworker-js/)
- GitHub Repository: https://github.com/playfriendlegends/fastworker-js
Features
- Strict File-System Routing: Next.js App Router style routing.
- Type-Safe Cross-Module RPC: Call module functions with complete autocomplete.
- Topology Agnostic: Deploy as a single Monolith or split into Microservices.
- Platform Agnostic: Out-of-the-box support for Cloudflare Workers, Node.js, and other WinterCG runtimes.
Installation
npm install fastworker-jsTo create a new project with the framework preconfigured, we recommend using the CLI:
npx create-fastworker@latest my-app