forked from parse-community/parse-community.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·469 lines (460 loc) · 19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
---
layout: default
slug: Parse + Open Source
---
<!-- Help / Communication section -->
<section class="communication" id="communication">
<h3>Help & Communication</h3>
<h6>Our preferred channels of communication for help, issues and disscussion.</h6>
<div class="tableWrapper">
<table>
<tr class="repoList">
<td>
<a href="https://stackoverflow.com/tags/{{ site.stackoverflow_tag }}"><h4>Stack Overflow <ins>parse-platform</ins> tag</h4><p class="repoDescription">Use for any code level questions related to the Parse Platform. Please also use other tags where appropriate, such as <ins>parse-server</ins>, <ins>parse-dashboard</ins>, <ins>parse-javascript-sdk</ins>, <ins>parse-cloud</ins> and <ins>parse-ios-sdk</ins>.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="https://serverfault.com/tags/{{ site.serverfault_tag }}"><h4>Server Fault <ins>parse</ins> tag</h4><p class="repoDescription">
Use for questions related to the hosting & maintenance of Parse Server.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="//community.parseplatform.org"><h4>Community Forum</h4><p class="repoDescription">
Use for discussion relating to strategy and implementation.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="https://github.com/{{ site.github_username }}"><h4>Github Issues</h4><p class="repoDescription">
Use for reporting bugs and making pull requests for specific repositories.</p></a>
</td>
</tr>
</table>
</div>
</section><!-- Help / Communication section -->
<!-- Parse Server section -->
<section class="parseServer" id="server">
<h3>Parse Server and Dashboard</h3>
<h6>The REST server and dashboard to manage your data.</h6>
<div class="tableWrapper">
<table></table>
</div>
</section><!-- Parse Server section -->
<!-- Docs section -->
<section class="docs" id="docs">
<h3>Documentation</h3>
<h6>
Learn more about deploying your own Parse Server, or dive into our detailed client SDK guides.
</h6>
<div class="tableWrapper">
<table>
<tr class="repoList">
<td>
<a href="//docs.parseplatform.org/parse-server/guide/"><h4>Parse Server Guide</h4><p class="repoDescription">Guide for the open source version of the Parse backend.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="//docs.parseplatform.org"><h4>Client SDK Guides</h4><p class="repoDescription">
Comprehensive usage guides for each platform.</p></a>
</td>
</tr>
</table>
</div>
</section><!-- Other section -->
<!-- SDKs section -->
<section class="SDKList" id="sdks">
<h3>SDKs and Libraries</h3>
<h6>The open source versions of our SDKs with relevant links to learn more.</h6>
<div class="repoRow">
<div class="repo iosRepo">
<div class="repoTitle">
<img src="img/ios.svg" alt="" class="SDKLogo">
<h4>iOS + OS X + tvOS</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<div class="repoLink expandableRepoLink">
<p>Guides</p>
<ul>
<a href="//docs.parseplatform.org/ios/guide" target="_blank"><li>iOS Guide</li></a>
<a href="//docs.parseplatform.org/macos/guide" target="_blank"><li>macOS Guide</li></a>
</ul>
</div>
<a href="//parse-community.github.io/Parse-SDK-iOS-OSX/api/" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-iOS-OSX/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Downloads</p>
</div>
</a>
<div class="repoLink expandableRepoLink">
<p>Modules</p>
<ul>
<a href="//github.com/parse-community/ParseFacebookUtils-iOS" target="_blank" class="facebookUtils"><li>Facebook Utils</li></a>
<a href="//github.com/parse-community/ParseTwitterUtils-iOS" target="_blank" class="twitterUtils"><li>Twitter Utils</li></a>
<a href="//github.com/parse-community/ParseUI-iOS" target="_blank" class="parseUI"><li>Parse UI</li></a>
</ul>
</div>
<div class="repoButton">
<a href="//github.com/parse-community/Parse-SDK-iOS-OSX" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
<div class="repo androidRepo">
<div class="repoTitle">
<img src="img/android.svg" alt="" class="SDKLogo">
<h4>Android</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/android/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/Parse-SDK-Android/api/" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-Android/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Downloads</p>
</div>
</a>
<div class="repoLink expandableRepoLink">
<p>Modules</p>
<ul>
<a href="//github.com/parse-community/ParseFacebookUtils-Android" target="_blank" class="facebookUtils"><li>Facebook Utils</li></a>
<a href="//github.com/parse-community/ParseTwitterUtils-Android" target="_blank" class="twitterUtils"><li>Twitter Utils</li></a>
<a href="//github.com/parse-community/ParseUI-Android" target="_blank" class="parseUI"><li>Parse UI</li></a>
</ul>
</div>
<div class="repoButton">
<a href="//github.com/parse-community/Parse-SDK-Android" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
<div class="repo javascriptRepo">
<div class="repoTitle">
<img src="img/javascript.svg" alt="" class="SDKLogo">
<h4>JavaScript</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/js/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/Parse-SDK-JS/api/" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-JS/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Downloads</p>
</div>
</a>
<div class="repoLink expandableRepoLink">
<p>Modules</p>
<ul>
<a href="//github.com/parse-community/ParseReact" target="_blank" class="ParseReact">
<li>React</li>
</a>
</ul>
</div>
<div class="repoButton">
<a href="//github.com/parse-community/Parse-SDK-JS" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
</div>
<div class="repoRow">
<div class="repo xamarinRepo">
<div class="repoTitle">
<img src="img/net.svg" alt="" class="SDKLogo">
<h4>.NET + Xamarin</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/dotnet/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/Parse-SDK-dotNET/api/" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-dotNET/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Downloads</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/Parse-SDK-dotNET" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
<div class="repo unityRepo">
<div class="repoTitle">
<img src="img/unity.svg" alt="" class="SDKLogo">
<h4>Unity</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/unity/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/Parse-SDK-dotNET/api/" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-dotNET/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Downloads</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/Parse-SDK-dotNET" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
<div class="repo phpRepo">
<div class="repoTitle">
<img src="img/php.svg" alt="" class="SDKLogo">
<h4>PHP</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/php/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/parse-php-sdk/namespaces/Parse.html" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/parse-php-sdk/releases" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Downloads</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/parse-php-sdk" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
</div>
<div class="repoRow">
<div class="repo arduinoRepo">
<div class="repoTitle arduinoRepo">
<img src="img/arduino.svg" alt="" class="SDKLogo">
<h4>Arduino</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/arduino/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/Parse-SDK-Arduino/api/" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-Arduino/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Downloads</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/Parse-SDK-Arduino" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
<div class="repo embeddedRepo">
<div class="repoTitle">
<img src="img/c.svg" alt="" class="SDKLogo">
<h4>Embedded C</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/embedded_c/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/parse-embedded-sdks/api/" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/parse-embedded-sdks/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Downloads</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/parse-embedded-sdks" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
<div class="repo cloudCodeRepo">
<div class="repoTitle">
<img src="img/cloudcode.svg" alt="" class="SDKLogo">
<h4>Cloud Code</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/cloudcode/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/parse-server" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
<div class="repo restApiRepo">
<div class="repoTitle">
<img src="img/rest.svg" alt="" class="SDKLogo">
<h4>REST API</h4>
</div>
<a href="//docs.parseplatform.org/rest/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
</div>
<div class="repo graphQLApiRepo">
<div class="repoTitle">
<img src="img/graphql.svg" alt="" class="SDKLogo">
<h4>GraphQL API</h4>
</div>
<a href="//docs.parseplatform.org/graphql/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
</div>
</div>
</section><!-- SDKs section -->
<!-- Parse Server section -->
<section class="parseServerAdapters" id="server-adapters">
<h3>Parse Server Adapters</h3>
<h6>Official adapters for parse server</h6>
<div class="tableWrapper">
<table></table>
</div>
</section><!-- Parse Server section -->
<!-- Other section -->
<section class="other" id="other">
<h3>Other Helpful Repos</h3>
<h6>A list of useful tools, libraries, and miscellaneous goodies to help you.</h6>
<div class="tableWrapper">
<table></table>
</div>
</section><!-- Other section -->
<!-- Community section -->
<section class="community" id="community">
<h3>Community Highlights</h3>
<h6>A curated list of community projects to expand how you use Parse.</h6>
</section><!-- Community section -->