Update README.md
This commit is contained in:
parent
94296ff5bd
commit
391924ea0b
1 changed files with 8 additions and 13 deletions
21
README.md
21
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:
|
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)
|
* [Authentication](https://github.com/angel-dart/auth)
|
||||||
* [REST](https://github.com/angel-dart/client) (client and server)
|
* [Configuration](https://github.com/angel-dart/configuration)
|
||||||
* [WebSockets](https://github.com/angel-dart/websocket) (client and server)
|
* [CORS](https://github.com/angel-dart/cors)
|
||||||
* [Server daemon](https://github.com/angel-dart/dartd)
|
* [Diagnostics & Logging](https://github.com/angel-dart/diagnostics)
|
||||||
* [Command-line code generators](https://github.com/angel-dart/cli)
|
* [MongoDB](https://github.com/angel-dart/mongo)
|
||||||
* [Diagnostics and Logging](https://github.com/angel-dart/diagnostics)
|
* [Mustache](https://github.com/angel-dart/mustache)
|
||||||
* [Configuration](https://github.com/angel-dart/configuration) (client and server)
|
* [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.
|
It's all taken care of for you.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue