Schedule Tasks Easily with Iron.io and StackMob
blog.stackmob.com
Schedule Tasks Easily with Iron.io and StackMob
1–5 of 5 posts
Re: Schedule Tasks Easily with Iron.io and StackMob
#2Pretty cool that they can do asynchronous jobs in node, php, go, java, .net, python, and ruby
Re: Schedule Tasks Easily with Iron.io and StackMob
#3I'm going to be implementing my own synchronisation code to allow multiple users/devices to edit a document at the same time and I'm not sure either of these platforms (Parse/Stackmob) are really suitable for that and I've read bad things about UIManagedDocument (iCloud with Core Data) and I want to be able to share between users too.
Does anyone know any good tutorials for handling these things well on any of these services or rolling my own server?
Re: Schedule Tasks Easily with Iron.io and StackMob
#4I wasn't aware of StackMob. They seem to be a bit like Parse but with no API limits on the free tier (Parse's are pretty high) and better Core Data integration but a less rich API for doing things like saveEventually (which I find useful for logging as it should write eventually when network connectivity is restored even if it is the next run of the app). I'm going to be implementing my own synchronisation code to al…
You might check out PubNub and other messaging services. PubNub is a stackmob partner product that can be added in their marketplace. That would provide for a component to handle transporting messages and state information between your document editors.
Re: Schedule Tasks Easily with Iron.io and StackMob
#5I wasn't aware of StackMob. They seem to be a bit like Parse but with no API limits on the free tier (Parse's are pretty high) and better Core Data integration but a less rich API for doing things like saveEventually (which I find useful for logging as it should write eventually when network connectivity is restored even if it is the next run of the app). I'm going to be implementing my own synchronisation code to al…
Would be happy to chat with you about that app you are working on and how you might leverage StackMob for you backend. Email me at sid(at)stackmob(dot)com