[JIRA] Created: (COMETD-272) Implement transports based on Server-Sent Events

6 views
Skip to first unread message

Simone Bordet (JIRA)

unread,
Aug 17, 2011, 11:51:55 AM8/17/11
to comet...@googlegroups.com
Implement transports based on Server-Sent Events
------------------------------------------------

Key: COMETD-272
URL: http://bugs.cometd.org/browse/COMETD-272
Project: CometD
Issue Type: New Feature
Components: java-server, javascript-common
Affects Versions: 2.3.1
Reporter: Simone Bordet


The specification for SSE is: http://www.w3.org/TR/eventsource/

Firefox 6, Chromium and Opera already support the specification, so it is worth to implement it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Simone Bordet (Resolved) (JIRA)

unread,
May 17, 2012, 5:50:25 AM5/17/12
to comet...@googlegroups.com

[ http://bugs.cometd.org/browse/COMETD-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simone Bordet resolved COMETD-272.
----------------------------------

Assignee: Simone Bordet
Fix Version/s: 2.4.2
Resolution: Won't Fix

Server-Send Events only travel from server to client, so the client would have to open a new connection every time it wants to send a message to the server, say in connects or publishes.
This makes the transport heavier than HTTP and WebSocket due to the cost of connection opening, so probably it's not worth.

Jetty has an implementation of SSE at https://github.com/jetty-project/jetty-eventsource-servlet.

> Implement transports based on Server-Sent Events
> ------------------------------------------------
>
> Key: COMETD-272
> URL: http://bugs.cometd.org/browse/COMETD-272
> Project: CometD
> Issue Type: New Feature
> Components: java-server, javascript-common
> Affects Versions: 2.3.1
> Reporter: Simone Bordet
> Assignee: Simone Bordet
> Priority: Minor
> Fix For: 2.4.2
>
>
> The specification for SSE is: http://www.w3.org/TR/eventsource/
> Firefox 6, Chromium and Opera already support the specification, so it is worth to implement it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://bugs.cometd.org/secure/ContactAdministrators!default.jspa
Reply all
Reply to author
Forward
0 new messages