From 15d4f2408b05ef5c82e55ad97f9ba46d3f82f5fb Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 19 Sep 2016 07:39:16 -0400 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a33139d..c4c2882 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,25 @@ integration with backend tools, at least in JavaScript, where there are a trilli 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: + +* Mustache +* MongoDB +* Seeding +* Angular2 Client +* Static File Server +* Load Balancing +* Authentication +* REST and WebSockets (client and server) +* Server daemon +* Command-line code generators +* Diagnostics and Logging +* Configuration (client and server) + +It's all taken care of for you. + Tally ho! # Development @@ -39,4 +58,4 @@ into Angel. Feel free to follow me on Twitter: [@thosakwe](http://twitter.com/thosakwe) -Or, check out [my blog](http://blog.thosakwe.com) \ No newline at end of file +Or, check out [my blog](http://blog.thosakwe.com)