Tag: meteorjs


MeteorJS introduction at Meetup14 of nantesjs.org

Here are my slides and demo of my talk on MeteorJS given at the NantesJS Meetup14 on 2015.11.19 Slides: http://yanndanthu.github.io/slides/meteorjs-nantesjs2015/ Demo: https://github.com/YannDanthu/chat-app

Continue Reading

Meteor: data not correctly published after collection updated on server side.

I have experienced a strange behavior with Meteor publish lately. This was due to package vue:vue (https://atmospherejs.com/vue/vue) Problem: why my data disappeared ? Collection on client side was correct, with the expected data, until it was updated on server side. Updating

Continue Reading
Yann's blog