Looks neat, but I am curious why you would pick such an overused name for the project. Perhaps call it PartialSync, or something you could google?
Show HN: Sync – Realtime partials with Rails
11–20 of 30 posts
Re: Show HN: Sync – Realtime partials with Rails
#12Re: Show HN: Sync – Realtime partials with Rails
#13Re: Show HN: Sync – Realtime partials with Rails
#14Me gusta. Can this potentially replace a client-side MVC framework like backbone.js or ember.js entirely or are there limitations?
Re: Show HN: Sync – Realtime partials with Rails
#15Re: Show HN: Sync – Realtime partials with Rails
#16Me gusta. Can this potentially replace a client-side MVC framework like backbone.js or ember.js entirely or are there limitations?
Sync is an alternative to Ember/Backbone, but not a replacement. If you're trying to replicate desktop software in the browser for instance, a heavy client-side framework is the way to go; however, for certain use cases for web applications with lots of "richness" but not trying to replicate desktop level interactivity, think Basecamp, Reddit, Facebook, Twitter, the Sync approach could definitely hold its own against…
Re: Show HN: Sync – Realtime partials with Rails
#17Earlier quoted context omitted.
Sync is an alternative to Ember/Backbone, but not a replacement. If you're trying to replicate desktop software in the browser for instance, a heavy client-side framework is the way to go; however, for certain use cases for web applications with lots of "richness" but not trying to replicate desktop level interactivity, think Basecamp, Reddit, Facebook, Twitter, the Sync approach could definitely hold its own against…
thanks for the info chris, I will be following the project closely. I think I will try and implement it in one of my instagram-API driven web apps as a test.
Re: Show HN: Sync – Realtime partials with Rails
#18Earlier quoted context omitted.
This looks perfect for a current project with a quite a bit of jQuery and partials. I may just redo using Sync. Do you have any recommendations for using on Heroku? Should I just use Pusher? Also does this work with Rails 4?
Faye will gladly run on Heroku with a foreman process, but I think Pusher is a tough choice to beat to get you up and running quickly. Sync does indeed support Rails 4. In fact, the demo app in the screencast is a Rails 4 app :)
Re: Show HN: Sync – Realtime partials with Rails
#19Earlier quoted context omitted.
Faye will gladly run on Heroku with a foreman process, but I think Pusher is a tough choice to beat to get you up and running quickly. Sync does indeed support Rails 4. In fact, the demo app in the screencast is a Rails 4 app :)
So either Pusher or Faye are required, and Pusher is a commercial service, whilst Faye requires a dyno to run on Heroku? Have I got that right? TBH I'm not familiar with either Pusher or Faye, so just trying to grok the dependancies for Sync.