component / model

Minimalistic extensible data models
122 stars 40 forks source link

extract transport mechanism ? #12

Open weepy opened 11 years ago

weepy commented 11 years ago
avetisk commented 11 years ago

That would be great!

juliangruber commented 11 years ago

dito

tj commented 11 years ago

oh hahahaha i just opened an issue for this, ill close mine

tj commented 11 years ago

sockets doesnt make sense IMO, xhr is plenty fast but it would still be nice to abstract out for demo with local storage

tj commented 11 years ago

beyond demos im not sure if there's much value in this really

weepy commented 11 years ago

I need to store stuff in localStorage for my iPhone app I'm working on. Also I have a socket open already so I'd probably remote save over that if it was available.

tj commented 11 years ago

localStorage without an orm-ish couldn't be easier, but I guess for offline/online apps this could be useful