|
|
|
|
|
by untitaker_
3932 days ago
|
|
So one of your guys just pinged me in private about this, and I responded lengthily. Here's the basic summary: * I didn't know JMAP was also about calendar and contacts. * Those parts seem nice. * However, I'm the kinda guy who self-hosts his data servers. JMAP seems like a powerful protocol. I'm not sure those two things mix well, since JMAP server implementations probably will require a good database, not just a dumb FS like in remoteStorage. * However, I would like to collaborate wherever possible. |
|
To do JMAP well you need to be able to calculate change sets, which does mean a database, though a fairly light one. I think you could do a server without delta updates by always returning a cannotCalculateChanges error in response to getUpdates calls, but it would be very inefficient on both the client and the wire.
> However, I would like to collaborate wherever possible.
Sure! Best place to start is probably the jmap-discuss list: