rivet 1.0.1 copy "rivet: ^1.0.1" to clipboard
rivet: ^1.0.1 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.1 #

  • Improvements:
    • Added disclaimer to differentiate from rivet.dev (TypeScript framework)
    • Fixed repository URL verification for pub.dev
    • Removed all unused imports (21 fixes)
    • Updated analyzer dependency to ^7.0.0
    • Corrected performance claims (1.8x faster than Express)
    • Added homepage field to pubspec.yaml

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.
10
likes
0
points
178
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance, type-safe, full-stack web framework for Dart with built-in JWT, WebSockets, and Admin Panel.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, args, dart_jsonwebtoken, http, mime, mongo_dart, mysql1, path, postgres, watcher

More

Packages that depend on rivet