TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Schedule Tasks Easily with Iron.io and StackMob

19 pointsby arschlesover 12 years ago

2 comments

josephlordover 12 years ago
I 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).<p>I'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.<p>Does anyone know any good tutorials for handling these things well on any of these services or rolling my own server?
评论 #4954495 未加载
评论 #4997776 未加载
jofover 12 years ago
Seems decently useful.<p>Pretty cool that they can do asynchronous jobs in node, php, go, java, .net, python, and ruby