Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit c4fa4d0

Browse files
authoredMar 30, 2019
Update README.md
1 parent 31aacf1 commit c4fa4d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
[![Platforms][platforms-svg]][platforms-link]
44
[![Carthage compatible][carthage-svg]][carthage-link]
5-
65
[![Podspec][podspec-svg]][podspec-link]
76
[![License][license-svg]][license-link]
8-
97
[![Build Status][build-status-svg]][build-status-link]
108
[![Build Status][circleci-status-svg]][circleci-status-link]
9+
[![Join The Conversation](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)
10+
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)](#backers)
11+
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)](#sponsors)
12+
![Twitter Follow](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow%20us%20on%20Twitter&style=social)
1113

1214
`PFQuery` is one of the key concepts for Parse. It allows you to retrieve `PFObject`s by specifying some conditions, making it easy to build apps such as a dashboard, a todo list or even some strategy games. However, `PFQuery` is based on a pull model, which is not suitable for apps that need real-time support.
1315

0 commit comments

Comments
 (0)
This repository has been archived.