kilianc / adobe-generator

The missing link
3 stars 0 forks source link

Send assets over the socket as base64 data url #14

Closed kilianc closed 12 years ago

kilianc commented 12 years ago

The user is allowed to change document and connect to different PS servers. That means that in order to save assets to the disk we must ask for a working directory for each psd file and the actual state of the project is not ready for that.

Sending assets over the socket is less performant if a local-storage/indexDB caching system is not implemented (not scheduled yet) but will allow motherlover to receive assets without dealing with the fs.

The point is: we do not need persistence right now.

kilianc commented 12 years ago

In order to do it once, I need the new streaming API

timriot commented 12 years ago

New streaming API in place... unblocking.

kilianc commented 12 years ago

not needed anymore, we have a working folder.