-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support streaming API #22
Comments
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.
The text was updated successfully, but these errors were encountered: