All Projects → lotux → parse_server_dart

lotux / parse_server_dart

Licence: other
Parse Server SDK for dart and flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to parse server dart

parse-stack
Parse Server Ruby Client SDK
Stars: ✭ 59 (+136%)
Mutual labels:  parse-server, parse-sdk
content-moderation-image-api
An NSFW Image Classification REST API for effortless Content Moderation built with Node.js, Tensorflow, and Parse Server
Stars: ✭ 50 (+100%)
Mutual labels:  parse-server, parse-sdk
CareKitSample-ParseCareKit
An example application of CareKit's OCKSample synchronizing iOS and watchOS to the cloud via ParseCareKit and parse-hipaa
Stars: ✭ 18 (-28%)
Mutual labels:  parse-server
parse-server-test-runner
A tool for programmatically starting Parse Server
Stars: ✭ 18 (-28%)
Mutual labels:  parse-server
revel
[Deprecated] Revel is an elegant forum or knowledge sharing system base on NodeJS especially VueJS and Parse-Server
Stars: ✭ 18 (-28%)
Mutual labels:  parse-server
Parse Dashboard
A dashboard for managing your Parse Server Apps
Stars: ✭ 3,534 (+14036%)
Mutual labels:  parse-server
angular quill
Angular dart component for the Quill rich text editor
Stars: ✭ 22 (-12%)
Mutual labels:  angulardart
parse-cloud-class
Extendable way to set up Parse Cloud classes behaviour
Stars: ✭ 40 (+60%)
Mutual labels:  parse-server
node-apn
Apple Push Notification module for Node.js
Stars: ✭ 128 (+412%)
Mutual labels:  parse-server
parse-hipaa
HIPAA & GDPR compliant ready parse-server with postgres/mongo, parse-hipaa-dashboard. Compatible with ParseCareKit
Stars: ✭ 74 (+196%)
Mutual labels:  parse-server
platform info
Containts info about current platform such as Build mode and Operating system
Stars: ✭ 21 (-16%)
Mutual labels:  angulardart
opensource
Collection of Open Source packages by Otherwise
Stars: ✭ 21 (-16%)
Mutual labels:  parse-server
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+76560%)
Mutual labels:  parse-server
docker-parse-mongo
Parse Server with MongoDB ReplicaSet using Docker (for AWS EC2 or GCP GCE)
Stars: ✭ 27 (+8%)
Mutual labels:  parse-server
FlutterFlare-Basic
Flare 2D Dimension.
Stars: ✭ 24 (-4%)
Mutual labels:  angulardart
parse-server-simple-mailgun-adapter
Used to send Parse Server password reset and email verification emails though Mailgun
Stars: ✭ 81 (+224%)
Mutual labels:  parse-server
Parse Server Example
Example server using Express and the parse-server module.
Stars: ✭ 1,807 (+7128%)
Mutual labels:  parse-server
parse-smtp-template
Parse Server Module to easy send emails via SMTP with a customizable template option
Stars: ✭ 18 (-28%)
Mutual labels:  parse-server
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (+12%)
Mutual labels:  parse-server
parse-react
[EXPERIMENTAL] React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend
Stars: ✭ 58 (+132%)
Mutual labels:  parse-server

parse_dart

A Parse Server library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage

This is still WIP, API might change

  • User Authentication works
  • No query builder yet
  • LiveQuery websocket works
  • Parse Object works

TODO:

  • Documentation
  • Query builder
  • ...

A simple usage example:

import 'package:parse_server/parse.dart';

main() {
  var awesome = new Parse();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].