jublo / codebird-js

A Twitter library in JavaScript.
https://www.jublo.net/projects/codebird/js
GNU General Public License v3.0
384 stars 97 forks source link

Support streaming API #22

Open ZweiSteinSoft opened 11 years ago

ZweiSteinSoft commented 11 years ago

Streaming API. That means, you call the API server once and get back a continuous stream of data, running as long as you wish. Unfortunately, web browsers today do not fully support the necessary WebSockets API, as you can see on this graph.

mynetx commented 8 years ago

Twitter does not support HTML5 WebSockets. Implementing this is only possible with a server-side Node.js environment, like with sockets.io.

Pushing this back to a later release thus. For now, please take a look at https://github.com/andregoncalves/twitter-nodejs-websocket.

mynetx commented 8 years ago
bildschirmfoto 2015-12-04 um 19 41 41
ahanriat commented 7 years ago

Looks like it is now well supported 👀 🆙

mynetx commented 7 years ago

@ahanriat Can you post a sample please?

ahanriat commented 7 years ago

@jublo Sorry I think my message was a bit ambiguous, I was talking about the websocket support, nnd it is now well supported http://caniuse.com/#feat=websockets 😃