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
Find a file
2017-10-19 17:53:33 -04:00
.idea 1.1.0-alpha 2017-10-19 17:53:33 -04:00
.vscode Updated VSCode as well 2017-06-10 11:35:36 -04:00
bin 1.1.0-alpha 2017-10-19 17:53:33 -04:00
config Update default.yaml 2017-01-28 11:23:35 -05:00
lib 1.1.0-alpha 2017-10-19 17:53:33 -04:00
test 1.1.0-alpha 2017-10-19 17:53:33 -04:00
tool Comments, multi-thread update, bye Mongo 2017-06-10 11:24:36 -04:00
views 1.1.0-alpha 2017-10-19 17:53:33 -04:00
web 1.1.0-alpha 2017-10-19 17:53:33 -04:00
.dockerignore Docker! 2017-01-14 19:15:20 -05:00
.gitignore 1.1.0-alpha 2017-10-19 17:53:33 -04:00
analysis_options.yaml 1.1.0-alpha 2017-10-19 17:53:33 -04:00
Dockerfile 121 2017-01-14 19:56:30 -05:00
LICENSE :) 2016-04-21 22:56:21 -04:00
pubspec.yaml 1.1.0-alpha 2017-10-19 17:53:33 -04:00
README.md 1.1.0-alpha 2017-10-19 17:53:33 -04:00

The Angel Framework

Gitter Pub

Fill out the v1.0.0 survey now!!!

Wiki (in-depth documentation)

API Documentation

Roadmap

File an Issue

Awesome Angel 🔥

The Dart server framework that's ready for showtime.

Angel is a full-featured server-side Web application framework for the Dart programming language. It strives to be a flexible, extensible system, to be easily scalable, and to allow as much code to be shared between clients and servers as possible. Ultimately, I believe that this approach will shorten the time it takes to build a full-stack Web application, from start to finish. Read more...

Like what you see? Please lend us a star.

Newest Tutorials

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 one shell command:

Install the Angel CLI:

pub global activate angel_cli

Bootstrap a project:

angel init hello

You can even have your server run and be live-reloaded on file changes:

dart 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 in the angel-example organization.