osrv 0.1.0
osrv: ^0.1.0 copied to clipboard
Unified Dart-first server runtime across Dart native, JS runtimes, and edge adapters.
Changelog #
0.1.0 #
- Initial public release.
- Dart-first
Servercore with lifecycle, middleware, plugins, and error handling. - Unified runtime adapters for Dart native, Node, Bun, Deno, and edge providers.
- Unified WebSocket API with
upgradeWebSocket()andtoResponse()behavior. - TLS and HTTP/2 support with runtime capability exposure.
- CLI commands:
dart run osrv serveanddart run osrv build. - Build artifacts for
dist/js/*,dist/edge/*, anddist/bin/*.