Feathers 2.0 – a minimalist real-time JavaScript framework
blog.feathersjs.com
Feathers 2.0 – a minimalist real-time JavaScript framework
1–10 of 83 posts
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#2Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#3Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#4Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#5Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#6The title (which is not the title of the original article) makes it sound as if Meteor is not open source. Meteor is open source, and MIT-licensed at that.
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#7I started playing with this recently and so far I'm loving it. Here's a Vue.js component example I wrote that interacts (CRUD operations) with a Feathers message service over websockets: https://gist.github.com/niallobrien/7eb51d17c977c46babb8
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#8The title (which is not the title of the original article) makes it sound as if Meteor is not open source. Meteor is open source, and MIT-licensed at that.
I'd imagine a lot of people (myself included) have cooled somewhat on Meteor as SQL support has failed to materialize, so Feather's DB flexibility seems like a standout feature.
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#9I started playing with this recently and so far I'm loving it. Here's a Vue.js component example I wrote that interacts (CRUD operations) with a Feathers message service over websockets: https://gist.github.com/niallobrien/7eb51d17c977c46babb8
Just wondering, how are you using ES2015 imports in the browser? Does Feathers come with a built-in module loader parser, or is this a feature of using Vue, or are you doing some other magic?
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#10I started playing with this recently and so far I'm loving it. Here's a Vue.js component example I wrote that interacts (CRUD operations) with a Feathers message service over websockets: https://gist.github.com/niallobrien/7eb51d17c977c46babb8
Just wondering, how are you using ES2015 imports in the browser? Does Feathers come with a built-in module loader parser, or is this a feature of using Vue, or are you doing some other magic?