Protevus is a highly versatile and extensible application server platform for the Dart programming language. Inspired by the Laravel framework, Protevus aims to provide a familiar and Laravel-compatible API, allowing developers to leverage their existing Laravel knowledge and experience in the Dart ecosystem.
https://protevus.com
apiapplication-servercross-platformdartexpress.jsframeworklaravelmvcplatformprotevusserverstarter-application
.idea | ||
.vscode | ||
bin | ||
config | ||
lib | ||
test | ||
views | ||
web | ||
.dockerignore | ||
.gitignore | ||
analysis_options.yaml | ||
Dockerfile | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
A batteries-included, full-stack Web server framework for Dart.
Like what you see? Please lend us a star! ⭐
Newest Tutorials
- Dependency Injection Patterns with Angel 2
- Angel 2.0.0 is Almost Here - What it Means for You
- GraphQL is coming to Angel (and Dart)
Installation & Setup
Having errors with a fresh Angel installation? See here for help.
Once you have Dart installed, bootstrapping a project is as simple as running a few shell commands:
Install the Angel CLI:
pub global activate angel_cli
Bootstrap a project:
angel init hello
You can even have your server run and be hot-reloaded on file changes:
dart --observe bin/dev.dart
Next, check out the detailed documentation to learn to flesh out your project.
Features
With features like the following, Angel is the all-in-one framework you should choose to build your next project:
Basic Example
Examples and complete projects can be found here: