ric0
February 10, 2016, 3:23pm
1
At least in some aspects it seems that deepstream.io can compete with Meteor as they have some features in common:
data-sync: JSON structures that can be read, manipulated and listened to.
pub-sub: Messages that can be sent to one or more subcribers.
However it seems that this thing can scale well: http://deepstream.io/info/performance-overview.html
More on deepstream.io from their website:
. Stores and syncs data in realtime
. Built in node.js
. Works for browsers, backend & mobile
. Scales via clustering
. Exceptionally fast & easy to use
. Open Source and free
What are your thoughts? Anyone has already used it so far?
3 Likes
Wondering the same…
Edit: There is a dude that compares deepstream and meteor inside the comments: http://hackernewsmobile.com/story/11071916
ric0
February 11, 2016, 10:43pm
3
I’ve read the comment and that guy seems to know very well what he’s talking about.
Anyway I also tweeted it this is the deep stream answer:
For sure isn’t a full stack famework, it can easily scale horizontally though.
There are pros and cons, as always
Speaking of locking and full stack frameworks, this got posted on Hackernews today as well: https://github.com/mattkrick/meatier
ric0
February 11, 2016, 11:44pm
5
It seems to have all the cool stuff. Is this repo maintained by one person only?
Yep. Who knows, it might get more contributors. Definitely worth watching at least since it jumped in so many Github stars yesterday.
1 Like