diff --git a/README.md b/README.md index 8eb418c..44bbd0c 100644 --- a/README.md +++ b/README.md @@ -25,20 +25,15 @@ Thus, the third, and perhaps most important goal of the Angel framework is to be 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](https://github.com/angel-dart/mustache) -* [MongoDB](https://github.com/angel-dart/mongo) -* [Seeding](https://github.com/angel-dart/seeder) -* Angular2 Client -* [Static File Server](https://github.com/angel-dart/static) -* [Proxy Forwarding](https://github.com/angel-dart/proxy) -* [Load Balancing](https://github.com/angel-dart/multiserver) * [Authentication](https://github.com/angel-dart/auth) -* [REST](https://github.com/angel-dart/client) (client and server) -* [WebSockets](https://github.com/angel-dart/websocket) (client and server) -* [Server daemon](https://github.com/angel-dart/dartd) -* [Command-line code generators](https://github.com/angel-dart/cli) -* [Diagnostics and Logging](https://github.com/angel-dart/diagnostics) -* [Configuration](https://github.com/angel-dart/configuration) (client and server) +* [Configuration](https://github.com/angel-dart/configuration) +* [CORS](https://github.com/angel-dart/cors) +* [Diagnostics & Logging](https://github.com/angel-dart/diagnostics) +* [MongoDB](https://github.com/angel-dart/mongo) +* [Mustache](https://github.com/angel-dart/mustache) +* [Reverse Proxy](https://github.com/angel-dart/proxy) +* [Standalone Router](https://github.com/angel-dart/route) +* [Static Files](https://github.com/angel-dart/static) It's all taken care of for you.