data driven web apps - reactivity - how to do that in Pharo/Zn ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

data driven web apps - reactivity - how to do that in Pharo/Zn ?

cedreek
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