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
2016-11-23 17:21:41 -05:00
.idea Resolved issues 2016-11-23 17:21:41 -05:00
bin Resolved issues 2016-11-23 17:21:41 -05:00
config Resolved issues 2016-11-23 17:21:41 -05:00
lib Resolved issues 2016-11-23 17:21:41 -05:00
test/services Resolved issues 2016-11-23 17:21:41 -05:00
tool Resolved issues 2016-11-23 17:21:41 -05:00
views 404 page gone 2016-09-21 02:50:44 -04:00
web Resolved issues 2016-11-23 17:21:41 -05:00
.gitignore Boilerplate more or less complete 2016-09-21 01:44:56 -04:00
LICENSE :) 2016-04-21 22:56:21 -04:00
pubspec.yaml Resolved issues 2016-11-23 17:21:41 -05:00
README.md Resolved issues 2016-11-23 17:21:41 -05:00

Angel

An easily-extensible web server framework in Dart.

Wiki

API Documentation

About

I come from Node development, usually with Express and FeathersJS. When I started learning Dart, I fell in love with it and the huge potential it has on the client-side. But I did feel that server-side was lacking.

The goal of Angel is to present a server environment navigable to JavaScript pilgrims, but also powerful enough to build robust JSON API's in little time. Another focus is to make Angel extremely extensible, and thus most of the most common business logic is shipped as its own separate Angel plugin.

In my opinion, it makes no sense that today's frontend tools have no real sense of integration with backend tools, at least in JavaScript, where there are a trillion of each. With the right server framework in Dart, we can build full-stack apps that breathe and function as one single body, rather than as two segregated, monolithic units.

Thus, the third, and perhaps most important goal of the Angel framework is to be isomorphic. Angel is designed from the ground up to share code across the server and client. The client libraries even expose an identical API to the server implementation. Creating a full-stack app should be a streamlined experience, and this is virtually impossible without shared code.

Angel also prioritizes tooling. The app boilerplate is pre-fitted with all the plugins and configuration you need to launch an MVP in a matter of days. There is also Swagger code generator in the works. The rest is just implementation detail for you. No need to worry about the following:

It's all taken care of for you.

Tally ho!

Development

The base of Angel is just about done, but it still needs more unit tests before it is ready for production.

If you'd like to contribute, feel free to read the docs (as well as though generated by dartdoc), and then clone the repo. I plan to eventually integrate Angel with Travis, so we can merge pull requests faster.

Thanks for using Angel

Thank you for using this library. I hope you like it. I have put months of effort into Angel.

Feel free to follow me on Twitter: @wapaa

Or, check out my blog.