You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Fedor Indutny (JIRA)" <ji...@apache.org> on 2010/12/14 16:51:01 UTC

[jira] Commented: (COUCHDB-986) EventSource feed type for _changes

    [ https://issues.apache.org/jira/browse/COUCHDB-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971288#action_12971288 ] 

Fedor Indutny commented on COUCHDB-986:
---------------------------------------

Proposed patch for trunk (Needs testing!):
https://github.com/donnerjack13589/couchdb/compare/trunk...eventsource-trunk

For 1.0.1 (Tested):
https://github.com/donnerjack13589/couchdb/compare/1.0.1...eventsource-1.0.1


> EventSource feed type for _changes
> ----------------------------------
>
>                 Key: COUCHDB-986
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-986
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: HTTP Interface
>    Affects Versions: 1.0.1
>            Reporter: Fedor Indutny
>            Assignee: Benoit Chesneau
>
> I'll implement EventSource protocol feed for _changes API (feed="eventsource").
> Some info about it: http://dev.w3.org/html5/eventsource/
> It's more useful than websocket, beacause it's read-only.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.