data driven web apps - reactivity - how to do that in Pharo/Zn ?
Hi all, I would like to have a reactive approach in a web client, i.e. when the data changes in the server or the client the change is propagated⦠I liked this when trying meteor and DDP (its data driven protocol). I now use Zinc with templates using mustache. Itâs quite straightforward.Now Iâd like to have the « reactivity » dimension. Do you have any pointer or ideas ? Iâm having a look right now at these solutions: - mapless + redis (http://sebastianconcept.github.io/Mapless/) I donât know if usable - doesnât load form the catalog - http://knockoutjs.com Anyone tried that ? Iâm having a look (donât really see how to manage the model in js) - other jsframeworks - React, Ractive, https://rrees.me/2015/06/04/overview-of-javascript-reactive-frameworks/ - porting DDP - not trivial - http://smalltalkhub.com/#!/~Guille/ReactiveExtensions I donât know if any relation⦠TIA, Cédrik
participants (1)
-
Cédrick Béler