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
2018-11-10 16:56:41 -05:00
.idea Update boilerplate 2018-03-29 19:55:28 -04:00
.vscode Boilerplate updates 2018-06-05 19:51:20 -04:00
bin Require package:angel_production 2018-09-04 21:10:18 -04:00
config Update default.yaml 2017-01-28 11:23:35 -05:00
lib Remove CORS 2018-10-02 13:11:10 -04:00
test 1.1.0-alpha 2017-10-19 17:53:33 -04:00
views Rename views, re-enable Jael 2018-11-10 16:56:41 -05: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 Update analysis_options.yaml 2018-07-11 11:54:23 -04:00
Dockerfile Boilerplate updates 2018-06-05 19:51:20 -04:00
LICENSE :) 2016-04-21 22:56:21 -04:00
pubspec.yaml Rename views, re-enable Jael 2018-11-10 16:56:41 -05:00
README.md Update README.md 2018-08-27 11:10:23 -04:00

Angel v1 users should stick to Dart 2.0.0-dev or lower. Dart 2 users will very soon be able to use version 2.0.0 of the entire Angel framework (try it now - package:angel_framework@2.0.0-alpha)!

The Angel Framework

Gitter Pub Build status License

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.