Raptor Framework
Raptor is a lightweight middleware framework for Deno, Bun & Node.
About
Find a perfect balance between simplicity and power, with type-safe validation, lightening-fast routing and elegant middleware definition. Everything you need to build your next application.
- Automatic response processing.
- Fast, predictable, sub-2 microsecond HTTP routing.
- Intuitive, familiar & extensible request validation.
- Support for Deno, Bun & Node runtimes.
Get started today with the simple installation guide.
Documentation
To learn more about how to use Raptor for your next project, check out the documentation.
License
The Raptor framework is licensed under the MIT license.
Pinned Loading
-
Router is the core routing solution for Raptor, providing a way to configure handlers and middleware for specific paths.
TypeScript 3
-
Validator is a core library for Raptor, providing a flexible and configurable solution to request validation.
TypeScript 3
-
A simple starter kit for Raptor using Vite and Preact.
TypeScript 2
-
Error is a core package for Raptor, providing a way to handle application errors based on environment.
TypeScript 2
-
Static is a core package for Raptor, providing a way to serve static files.
TypeScript 2
Repositories
Showing 10 of 12 repositories
-
preact-starter Public
A simple starter kit for Raptor using Vite and Preact.