Skip to content
New issue

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

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

Already on GitHub? # to your account

Consider Server-Push requirement #11

Open
jlouvel opened this issue May 3, 2013 · 3 comments
Open

Consider Server-Push requirement #11

jlouvel opened this issue May 3, 2013 · 3 comments
Assignees

Comments

@jlouvel
Copy link
Member

jlouvel commented May 3, 2013

This could be optional, but is a key trend for the next wave of APIs as led by Twitter API, WebSocket and HTTP 2.0 specification efforts:
http://tools.ietf.org/html/draft-ietf-httpbis-http2-02

@ghost ghost assigned jlouvel May 3, 2013
@mamund
Copy link

mamund commented May 4, 2013

I think "Real-Time" is very vague. restrictions on latency might be easier to quantify. this may also be better handled at the protocol selection level, not the architectural style level.

@jlouvel
Copy link
Member Author

jlouvel commented May 9, 2013

We could find a better name. HTTP 2.0 talks about "server push", HTML 5 has SSE (server-sent events), Twitter has a streaming API:

The idea is to ensure that actual Web APIs following our style properly take into the growing need to have more frequent and 'instantaneous' communication through web APIs.

@jlouvel
Copy link
Member Author

jlouvel commented May 9, 2013

Renamed issue from "Real-time" to "Server-Push" requirement

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants