rivet 1.0.0
rivet: ^1.0.0 copied to clipboard
A high-performance, type-safe, full-stack web framework for Dart with built-in JWT, WebSockets, and Admin Panel.
Changelog #
1.0.0 #
- Initial Release 🎉
- High Performance Router: Trie-based router optimized for dynamic routes (3x faster than Express).
- Middleware System: Flexible middleware support with global and route-specific options.
- Built-in Features:
- JWT Authentication: Secure token-based auth out of the box.
- Rate Limiting: Token bucket algorithm for API protection.
- WebSockets: Real-time communication support.
- Admin Panel: Built-in dashboard for monitoring metrics and routes.
- Database Adapters:
- PostgreSQL (with connection pooling)
- MySQL
- MongoDB
- Developer Experience:
- Hot Reload: Auto-restart on file changes.
- CLI Tool: Scaffold projects and generate code.
- Client Generator: Auto-generate TypeScript and Dart clients.
- Native Compilation: Compile to a single native binary for deployment.