Open ZweiSteinSoft opened 11 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.
Looks like it is now well supported 👀 🆙
@ahanriat Can you post a sample please?
@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 😃
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.