Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFD2510C87 for ; Thu, 8 Aug 2013 17:36:05 +0000 (UTC) Received: (qmail 91070 invoked by uid 500); 8 Aug 2013 17:36:05 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 90698 invoked by uid 500); 8 Aug 2013 17:36:01 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 90662 invoked by uid 99); 8 Aug 2013 17:35:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Aug 2013 17:35:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=SPF_PASS,TVD_PH_BODY_ACCOUNTS_PRE X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [184.175.103.72] (HELO mail11.hostek.com) (184.175.103.72) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Aug 2013 17:35:53 +0000 Received: from [192.168.1.67] (pool-71-105-98-164.lsanca.dsl-w.verizon.net [71.105.98.164]) by mail11.hostek.com with SMTP; Thu, 8 Aug 2013 12:34:50 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1085) Subject: Re: backends - parse/backendless/roll your own From: Jerry Hamby In-Reply-To: Date: Thu, 8 Aug 2013 10:35:07 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <4949FFC7-C4DA-41F2-A1DF-903ABFACB293@vdex.com> References: To: users@flex.apache.org X-Mailer: Apple Mail (2.1085) X-Virus-Checked: Checked by ClamAV on apache.org I use Apigee UserGrid, also known as App Services. I love it and I won't = go back.=20 http://apigee.com/docs/app_services I use to do Coldfusion CFCs and MySQL before I discovered the power and = flexibility NoSQL type databases and REST statements.=20 All the open APIs use REST, so this works very well except for one = factor, I can't find a way to do REST "PUT" and DELETE" statements in = Actionscript. My solution was to set up an Amazon EC2 account, run Node.js (Apigee has = a Node SDK) and establish a socket. So I couldn't completely get away from a backend server I did force myself into Javascript. At least my = costs are very low and I can build apps using web, desktop or mobile = constructing all my business logic inside the client. I also setup a Amazon S3 account and found some Actionscript code to = upload my images while storing my image database records on Apigee. Apigee also has file storage but they didn't add that feature until = after I had got the S3 stuff working. I got a free year from Amazon and Apigee is free up to some ridiculous = amount of calls per month, I think 3 million. I haven't tried Parse or backendless yet. Again the downside to any of = these services is the same, Flash doesn't have a native way to handle REST "PUT" and DELETE" statements. If anyone can show my how = to get around this issue in Actionscript I would appreciate it. Maybe finding a solution for this REST gap in Actionscript would be a = great project for the Apache Flex community. =20 Jerry On Aug 8, 2013, at 5:38 AM, Stephen C wrote: > I am curious to get the groups feelings on these cloud backends with = air > projects. Like parse and backendless, i have played with these, and i = am > toying with the idea of moving to one so i do not have to maintain my > php/mysql backend and let someone else deal with it. >=20 > I would also be interested in others. >=20 > Thank You, > Stephen C