2.3 KiB
The Dart server framework that's ready for showtime.
With features like the following, Angel is the all-in-one framework you should choose to build your next project:
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:
angel start
Next, check out the detailed documentation to learn to flesh out your project.
What is Angel?
Angel is a 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.
Join the team
Do you want to collaborate? Join the project at https://projectgroupie.com/projects/212