Skip to content

Commit ce71312

Browse files
author
Arush Sehgal
committed
added features to readme
1 parent 909852d commit ce71312

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,33 @@ This boilerplate is a quickstart for large, maintainable, database enabled Angul
3535
bower install
3636
grunt server
3737

38+
------
39+
### Wire up your own Parse backend in seconds
40+
##### [client/app/scripts/services/ParseServices.js](https://github.com/brandid/parse-angular-demo/blob/master/client/app/scripts/services/ParseServices.js)
41+
42+
// pro-tip: swap these keys out for PROD keys automatically on deploy using grunt-replace
43+
44+
...
45+
Parse.initialize("***APP ID***", "***JAVASCRIPT KEY***");
46+
...
47+
48+
------
49+
### Features
50+
* AngularJS wrapper for the **Parse JS SDK**
51+
* AngularJS wrapper for **Cloud Code**
52+
* AngularJS wrapper for the **Facebook API**
53+
* Enhanced Parse.Object and Parse.Collection with `load()`, `saveParse()`, `destroyParse()`
54+
* State Manager using [ui-router](https://github.com/angular-ui/ui-router)
55+
* Resolve Parse Data Before State Changes for awesome UX e.g. `return collection.load()`
56+
* Easy Animations on State Change
57+
* Enhanced Load Performance of the Parse and Facebook SDKs
58+
* Data Modules for Parse Models and Collections
59+
* …and lots more
60+
61+
3862
------
3963
### Performance
40-
[BRANDiD](https://www.getbrandid.com/) regularly gets over 100 concurrent connections, and we have had no issues at all with this setup.
64+
[BRANDiD](https://www.getbrandid.com/) regularly gets over 100 concurrent connections, and this architecture handles it with ease.
4165

4266
------
4367

0 commit comments

Comments
 (0)