jashkenas / backbone

Give your JS App some Backbone with Models, Views, Collections, and Events
http://backbonejs.org
MIT License
28.09k stars 5.39k forks source link

backbone-Eventsource #4222

Closed xiaonan39 closed 4 years ago

xiaonan39 commented 4 years ago

Does backbone have Eventsource event? Why does the page display not change with the data transmitted from the back end, but directly display the last data when using Eventsource. onmessage?

paulfalgout commented 4 years ago

Try stackoverflow, but if you want backbone to work with evensource you need to make the connection.. it's not automatic.