Update README.md

This commit is contained in:
Daniele Teti 2016-02-27 10:27:01 +01:00
parent 62c373da31
commit 7975636546

View File

@ -1,5 +1,5 @@
#DMVCFramework features
* Simple to use (really)
* Simple to use, check the ["Getting Started: 5 minutes guide"](https://danieleteti.gitbooks.io/delphimvcframework/content/chapter_getting_started.html) and you will be up and running in 5 minutes or less!
* RESTful (RMM Level 3) compliant
* Stable and solid, used by small/mid/big projects since 2010
* Can be used in load balanced environment using Redis (http://Redis.io) [dev]
@ -24,6 +24,7 @@
* Automatic documentation through /system/describeserver.info
* Driven by its huge community (Facebook group https://www.facebook.com/groups/delphimvcframework)
* Simple and [documented](https://github.com/danieleteti/delphimvcframework/blob/master/docs/ITDevCON%202013%20-%20Introduction%20to%20DelphiMVCFramework.pdf)
* Check the [DMVCFramework Developer Guide](https://danieleteti.gitbooks.io/delphimvcframework/content/) (work in progress)
## Trainings, consultancy or custom development service
As you know, good support on open source software is a must for professional users.
@ -40,7 +41,8 @@ These are the most notable:
##Samples and documentation
DMVCFramework is provided with a lot of examples focused on specific functionality.
All samples are in [Samples](https://github.com/danieleteti/delphimvcframework/tree/master/samples) folder
All samples are in [Samples](https://github.com/danieleteti/delphimvcframework/tree/master/samples) folder.
Check the [DMVCFramework Developer Guide](https://danieleteti.gitbooks.io/delphimvcframework/content/) (work in progress).
#Sample Server