tc39 / proposal-observable

Observables for ECMAScript
https://tc39.github.io/proposal-observable/
3.06k stars 90 forks source link

Clarification #173

Closed vijaiendransv closed 6 years ago

vijaiendransv commented 6 years ago

This might be a dumb question to ask here. I did not get any response in stack overflow for this.

I just wanted to know the difference between the Streams and Observables in JavaScript. I know that both of them are push data models i.e., responds on receiving data rather than pulling data. It would be great if someone could provide more differences between these two.

appsforartists commented 6 years ago

You're right - this isn't the appropriate venue.

However, @domenic wrote on this very topic last week: https://stackoverflow.com/questions/39439653/events-vs-streams-vs-observables-vs-async-iterators/47214496#47214496

vijaiendransv commented 6 years ago

Thank you very much for the reference link.