Questions tagged [towerjs]

Tower.js is an open source full-stack web framework for Node.js and the browser.

Tower.js is an open source full-stack web framework for Node.js and the browser.

Where to start:

Contributing to the community:

  1. If you could solve the problem, spend some time to help the community by answering the questions.
  2. Up-vote and down-vote appropriately to rate and maintain the quality of questions and answers posted.
  3. Be part of the community and keep contributing as best you can.
50 questions
65
votes
4 answers

RailwayJS vs TowerJS

Again... selecting framework. I have stopped on these two TowerJS and RailwayJS, but it seams these are very similar and it is very difficult which way to choose Both are based on Express, both are RoR style frameworks... Which one is the most…
kingpin
  • 1,498
  • 1
  • 11
  • 12
37
votes
9 answers

Cannot find module 'coffee-script'

Trying to get a basic site set up with TowerJS as a test, but ran into this error when running the scaffold generator. Macbook:app john$ tower generate scaffold Post title:string body:text belongsTo:user { [Error: Cannot find module 'coffee-script']…
Mild Fuzz
  • 29,463
  • 31
  • 100
  • 148
15
votes
1 answer

Most mature native Node.js MySQL driver?

I'm using MySQL for a Rails application and would like to be able to use this database for a Node.js app (in particular Tower.js). What is the most mature and/or performant driver available for this at the moment? Due to @ryan's excellent input…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
13
votes
3 answers

Integrating Angular.js with Node.js (Express+Tower.js)

I am new to node. I very much like approach of AngularJS. I like what I see in towerjs. Has Anyone wired the two together? I have in mind tower primarily for backend api/rest and angular for clientside.
Larry Eitel
  • 1,397
  • 5
  • 19
  • 37
7
votes
1 answer

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 nice structure for placing both server-side and…
Panagiotis Panagi
  • 9,927
  • 7
  • 55
  • 103
5
votes
1 answer

grunt watch using lots of cpu on Ubuntu 12.04

I'm using grunt to watch my coffeescript files in a towerjs project and recompile them as they change. The configuration for this is generated by towerjs and seems fairly sane. The problem is, that once I start this process I will see it pegging a…
Jeremy
  • 1,198
  • 1
  • 9
  • 16
4
votes
0 answers

Where to start with my first real project using the Towerjs framework?

I'm a total noob. Over the last three or four months, I've worked through a dozen books, dozens of online tutorials, and watched hundreds of screencasts teaching myself first Rails (along with html, css, etc), Node, JS and my favorite Coffeescript.…
Edub Kendo
  • 473
  • 2
  • 11
3
votes
0 answers

Not able to start towerjs server after creating a new application "Cannot find module mongodb"

I'm a node newbie and have just started playing around with it. Since I have used rails a fair bit before I wanted to use a framework on node that is built around the same principles as rails. Tower.js seems to fit the bill nicely so I installed it…
Moiz Raja
  • 5,612
  • 6
  • 40
  • 52
2
votes
1 answer

Layouts/Views in Towerjs

i have a quick question regarding views/layouts. I have installed & setup a working tower bot, however whenever i call: @render 'viewName' from within a controller, (this includes the example controller generated by running tower new appName) the…
legomind
  • 241
  • 1
  • 2
  • 7
2
votes
0 answers

Tower.js on Windows 7: Cannot read property watchfile of null

I've followed the installation instructions for Tower.js, and am getting an error when I try to start the server. TypeError: Cannot read property 'watchfile' of null My steps for installing have been- Install node.js Install mongodb Install Ruby…
Spongeboy
  • 2,232
  • 3
  • 28
  • 37
2
votes
1 answer

How do I use One-to-Many Relationships in Tower.js?

So, I've been generating different scaffolds trying to use the One-to-Many relationship features of Tower, but I can't figure out how to actually link up the related instances to make use of the relationship. For instance, my most recent scaffolds…
Edub Kendo
  • 473
  • 2
  • 11
2
votes
0 answers

tower.js Install error on windows xp x86

I ran npm install tower -g, npm started and here is what I got: npm http GET https://registry.npmjs.org/tower npm http 304 https://registry.npmjs.org/tower npm http GET https://registry.npmjs.org/underscore.string npm http GET…
aaron
  • 1,951
  • 3
  • 27
  • 41
1
vote
1 answer

AngularJS + TowerJS Tutorial/Ressources

I'm from .net environment and i want to learn this frameworks via tutorials. Can you provide me some tutorials ? Regards, Guillaume
Guillaume
  • 844
  • 7
  • 25
1
vote
1 answer

Why are some many node.js web frameworks building based on Express? Why Does Express do not implement those features?

I am a newcomer to node.js techique stack. I found some many articles are introducing node.js and Express. I know Express is a good web framework including template engine, routing, etc. It is popular and active framework. There are some point I am…
Henry Leu
  • 2,184
  • 4
  • 22
  • 34
1
vote
1 answer

Errors after "forever server.js"

I'm using for the first time Tower.js and I'm following the README.md instructions. When I try to start the server with the "forever server.js" command, hereby the result: $ forever server.js info: socket.io started Tower development server…
Seb Thiebaud
  • 2,419
  • 1
  • 15
  • 13
1
2 3 4