Tagged Questions

3
votes
2answers
92 views

Recommended notes/doc service that offers an API?

I'm looking for a good online service for notes/documents (think Google Docs) that has a decent web UI and offers an API for clients to read/write the stored data. Google Docs is …
2
votes
3answers
158 views

Document Server: Handling Concurrent Saves

I'm implementing a document server. Currently, if two users open the same document, modify it and save the changes, document's state will be undefined (either the first user's chan …