dart_server

Dart on the server with Dart Frog An experimental backend framework for Dart ?

style: very good analysis License: MIT

An example application built with dart_frog

DEV

dart pub global activate dart_frog_cli
dart_frog create dart_server

# ? Start the dev server
dart_frog dev
# default: --port 8080
dart_frog dev --port 8080

References

GitHub

View Github