Earlier quoted context omitted.
Hey manigandham, Dalan (dalanmiller) from RethinkDB here, We have a performance benchmark report we did a couple months ago basically locked and loaded to publish with accompanying scripts and data for transparent review of our methodology. We just have been so busy with Horizon, we had put this on the back burner. Expect to see something within the next couple weeks when we can put some serious attention to it to en…
This is awesome, really looking forward to it. Rethinkdb is my goto database for everything nowadays, and I tell everyone I meet about it. Also: kudos to whoever is handling the artwork/marketing side of things. Love the vector art and website designs.
Horizon 1.0: a realtime, open-source JavaScript back end from RethinkDB
111–120 of 133 posts
Re: Horizon 1.0: a realtime, open-source JavaScript back end from RethinkDB
#112Saw a demo of this at a realtime meetup in Palo Alto and was pretty impressed. Like everything RethinkDB does I anticipate it will be a fantastic one-two punch of sound engineering and smooth user experience.
Re: Horizon 1.0: a realtime, open-source JavaScript back end from RethinkDB
#113Saw a demo of this at a realtime meetup in Palo Alto and was pretty impressed. Like everything RethinkDB does I anticipate it will be a fantastic one-two punch of sound engineering and smooth user experience.
Awesome! Was it Mike Seid's demo? Will have video up soon. Thanks for stopping by our meetup :D
Re: Horizon 1.0: a realtime, open-source JavaScript back end from RethinkDB
#114Hey guys, Slava @ Rethink here. The team is really excited to launch Horizon -- it's based on a lot of feedback from users of very different backgrounds, and we think it will make web development dramatically easier. I've been up for about twenty-four hours, but I'll be around to answer any questions for the rest of the day.
Hi, Slava, I was a web developer and now I am a mobile developer. Nobody is developing web applications anymore (at least in developing countries). We are all mobile first. How does android or ios developers take advantage of Horizon ? Can you give a few examples? How does horizon make mobile (native) developers life easier ? web development is slowing down and mobile development is on the rise. Mobile developers don…
Re: Horizon 1.0: a realtime, open-source JavaScript back end from RethinkDB
#115A websocket connection between client and server is great for real-time apps, but for non real-time app, the unnecessary websocket connections create more work for devops -- specifically DNS and load balancer. Does/will Horizon support that clients only use the Collections API to get/set data without websocket (for real-time sync)?
Re: Horizon 1.0: a realtime, open-source JavaScript back end from RethinkDB
#116Re: Horizon 1.0: a realtime, open-source JavaScript back end from RethinkDB
#117For apps that don't necessarily have the realtime requirement, Kinto [1] is another really cool open-source backend solution that focuses on the offline-first scenario. It's built by the Firefox Sync team and used in production at Mozilla. That said, at first glance there doesn't seem to be anything stopping anyone from building a caching layer on top of Horizon to enable offline-first functionality. Definitely going…
Re: Horizon 1.0: a realtime, open-source JavaScript back end from RethinkDB
#118For apps that don't necessarily have the realtime requirement, Kinto [1] is another really cool open-source backend solution that focuses on the offline-first scenario. It's built by the Firefox Sync team and used in production at Mozilla. That said, at first glance there doesn't seem to be anything stopping anyone from building a caching layer on top of Horizon to enable offline-first functionality. Definitely going…