Meteor 0.4.0: Introducing Spark
meteor.com
Meteor 0.4.0: Introducing Spark
1–10 of 24 posts
Re: Meteor 0.4.0: Introducing Spark
#2Btw, this feature sort of already exists in jQuery. http://api.jquery.com/link/
Re: Meteor 0.4.0: Introducing Spark
#3I like the realtime concept/behavior but I want to keep developing in django.
Re: Meteor 0.4.0: Introducing Spark
#4Re: Meteor 0.4.0: Introducing Spark
#5Re: Meteor 0.4.0: Introducing Spark
#6How possible would it be to use something like Spark or Derby.js's Racer in a django site? I like the realtime concept/behavior but I want to keep developing in django.
It doesn't do live templating, though.
Re: Meteor 0.4.0: Introducing Spark
#7It will be cool if Meteor could be packaged in a gem and be embedded in parts of a Rails app where client side interaction is heavy.
Maybe this is an ignorant question -- but how would you integrate it into a Rails app?
Re: Meteor 0.4.0: Introducing Spark
#8Re: Meteor 0.4.0: Introducing Spark
#9It will be cool if Meteor could be packaged in a gem and be embedded in parts of a Rails app where client side interaction is heavy.
How does rails fit into that picture at all?
Backbone.js and Ember.js are already great for working with rails/REST apps...
Re: Meteor 0.4.0: Introducing Spark
#10How possible would it be to use something like Spark or Derby.js's Racer in a django site? I like the realtime concept/behavior but I want to keep developing in django.
For the real-time data synchronization part, try dropping dotCloud JS into your Django app: http://js.dotcloud.com It doesn't do live templating, though.