Tagged Questions
9
votes
2answers
3k views
Frontend javascript frameworks with node.js [closed]
I am starting to learn frontend Javascript frameworks like Backbone.js or Embers.js and I wanted to do some projects in node.js. I have been reading some documentation and it seems these frameworks ...
8
votes
8answers
4k views
Easy way to precompile Emberjs Handlebar templates with nodejs?
I'm enjoying emberjs a lot and would like to take the next step in a couple of my small, mobile apps and precompile my Ember/Handlebars templates as part of my build process.
I'd prefer to stay away ...
8
votes
3answers
793 views
Do Any Client-Side JavaScript Frameworks Integrate Well With Node.js+Express.js+socket.io.js?
I'm building an webapp using Node.js+Express.js+socket.io.js on the backend.
Do any of the popular front-end frameworks (Agility, Angular, Backbone, Closure, Dojo, Ember, GWT, jQuery, Knockback, ...
7
votes
3answers
3k views
Asset pipeline for Ember.js, Express.js and Node.js?
I'm building an Ember.js application using Express.js as the backend. Right now, I load all my *.js files individually and store my Handlebars templates in my HTML file. I like to replace with a ...
6
votes
2answers
2k views
Ember.js on the server
I'm developing a very dynamic web application via ember.js. The client-side communicates with a server-side JSON API. A user can make various choices and see diced & filtered data from all kinds ...
6
votes
1answer
8k views
Integrating Ember.js with Node.js (Express+Tower.js)
I'm looking into solutions for integrating Ember.js with Node.js+Express+Tower.js.
I just started looking into Tower.js (the last couple of hours), and it looks like that the framework provides a ...
6
votes
1answer
613 views
EmberJS Tech-Stack for Search Engine crawlable Apps
I read quite some stuff about Client-Side JavaScript Apps and search engine bot crawling approaches.
I found two general approaches:
Workflow 1:
Precondition:
The whole web app degrades gracefully ...
4
votes
1answer
1k views
How does Ember.js reference Grunt.js precompiled Handlebars templates?
I've been exploring Ember.js, along with Grunt.js but I can't understand how Ember.js is able to find and use precompiled Handlebars templates. Right now my Gruntfile.js looks like this:
...
4
votes
3answers
555 views
Is there a client side framework built specifically to work with Node.js development practices? [closed]
I would like to know if there is a client-side framework which was built with Node practices in mind? Do I even "need" to use such a framework?
I'm not trying to induce a flame war between the users ...
4
votes
1answer
3k views
Using ember.js with node.js + express.js
After years of PHP/mysql development on the server side i'm trying to explore new technologies for building modern web applications.
I'm trying to make order between all the Javascript stuff and, if ...
3
votes
1answer
711 views
Using EJS with Ember.js
I wanted to try out some of the new stuff in JS, so I chose to do Node and Ember.js
I have read that Ember.js is agnostic to the templating engine, so I was wondering whether it supports EJS, since ...
2
votes
1answer
1k views
How to use Ember.js {{action}} in Handlebars.js templates on top of Jade
I'm using Ember.js and Handlebars.js for a project I'm working on at the moment. Server-side is Node.js + express and I make use of the Jade templating engine.
Now, whenever I want to tie actions to ...
2
votes
1answer
377 views
Handling security in ember.js
I would like to start building some serious app using ember.js on the client side vs. node.js on the server side. I know it is a bad thing to handle security on the client side (which is the role of ...
2
votes
2answers
482 views
Ember.js - Handlebars not recognized if required via Grunt (Node.js)
is anybody else using Grunt as build tool for the Ember web application and is experiencing the same behaviour as I do? At this time, I'm using the framework in version RC3 and I can use my build tool ...
2
votes
1answer
215 views
How can I set up a node app (ember app kit) on heroku that reads ENV variables and makes the values available to the application?
Okay, I'm new to node, and really only just using the node server to serve static js, but I can't find any info on this anywhere.
I'm running an application ember app kit, which gets built to a node ...