Hacker News new | ask | show | jobs
by anentropic 4466 days ago
Application code? Send the data down as JSON?
1 comments

I mean for offline usage. Just using JSON basically means you ll have to reimplement all the database behavior for the offline client. This is where TouchDB comes in handy, which is the reason I'm using CouchDB - you can basically run most the server on the mobile device.