osrv 0.1.0 copy "osrv: ^0.1.0" to clipboard
osrv: ^0.1.0 copied to clipboard

Unified Dart-first server runtime across Dart native, JS runtimes, and edge adapters.

example/README.md

osrv_example #

Minimal non-publishable pub package that depends on osrv via a local path.

Run #

dart pub get
dart run osrv serve

This uses server.dart by default.

Build #

dart pub get
dart run osrv build

Build output:

  • dist/bin/server (or dist/bin/server.exe on Windows)
  • dist/js/core/server.js
  • Node/Bun/Deno direct deploy adapters under dist/js/*
  • edge direct deploy adapters under dist/edge/*

If you want to run source directly without osrv CLI:

dart run server.dart
2
likes
150
points
82
downloads

Publisher

verified publishermedz.dev

Weekly Downloads

Unified Dart-first server runtime across Dart native, JS runtimes, and edge adapters.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, async, ht, http2, http_parser, meta

More

Packages that depend on osrv