trestletech / todotxtpp

NodeJS Application with Dropbox Integration for Managing a Todo.txt File
MIT License
77 stars 8 forks source link

Periodically detect updates to todo file while editing. #4

Closed trestletech closed 10 years ago

trestletech commented 10 years ago

Even better, do this in realtime: https://www.dropbox.com/developers/core/docs#delta and longpoll relative.

https://github.com/dropbox/dropbox-js/blob/stable/src/client.coffee#L1107

Can be done over SockJS. May not be worth the investment (and the constantly open socket) just for a slightly decreased latency when detecting a presumably rare event.