Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New actions to receive changes #48

Open
jgillich opened this issue Apr 20, 2016 · 2 comments
Open

New actions to receive changes #48

jgillich opened this issue Apr 20, 2016 · 2 comments

Comments

@jgillich
Copy link
Contributor

jgillich commented Apr 20, 2016

http://docs.couchdb.org/en/stable/api/database/changes.html

There are multiple ways to receive changes:

  • Polling (without feed query): Send a request, get a response. Easy.
  • Long Polling (feed=longpoll): Send a request, get a response when a change happens. Primarily for browsers, IMO this isn't needed, or at least not very high priority.
  • Continuous (feed=continuous): Send a request, keep the connection open and continuously get changes. I want this.
@cmbrandenburg cmbrandenburg added this to the v0.1.2 milestone Apr 20, 2016
@cmbrandenburg cmbrandenburg self-assigned this Apr 20, 2016
@cmbrandenburg
Copy link
Collaborator

The couchdb crate has this—see here and here. I'll port it over.

@jgillich
Copy link
Contributor Author

Hah, awesome. 👍

@cmbrandenburg cmbrandenburg modified the milestones: v0.1.2, v0.2.0 May 7, 2016
@cmbrandenburg cmbrandenburg modified the milestones: v0.2.0, v0.2.1 May 28, 2016
@cmbrandenburg cmbrandenburg modified the milestones: v0.2.2, v0.2.1 Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants