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
1
vote
2 answers

TowerJS without CoffeeScript?

I'm just looking at the possibilities in Node.js web development. I'm used to coding in ASP.NET MVC 3, so TowerJS and Geddy looks friendly and familiar to me (because of the MVC pattern) However I don't really like CoffeeScript (because of its…
Zsolt
  • 3,263
  • 3
  • 33
  • 48
1
vote
1 answer

How to get the remote ip address in Tower.js?

I'm creating web service, using Tower.js. i was able to get the HTTP header and User-agent,but couldn't get a remote ip address. how to get the remote ip address of requester? I tried looked for Tower.Controller class member variable and method…
YASAI
  • 43
  • 8
1
vote
1 answer

Trouble installing towerjs on ubuntu

I keep getting this error when the towerjs post install script runs npm ERR! Error: EACCES, open '/home/claire/.npm/e18f6569-thub-com-viatropos-coffeecup-git.lock' I've tried sudo, and -g but I think it's because the post install script doesn't…
ricick
  • 5,694
  • 3
  • 25
  • 37
1
vote
3 answers

Integrating Expressjs or towerjs with meteor

We are building a web app, and were evaluating to use meteor. At this point meteor does not do much at the server side. ex there is no routing layer, controllers, ORM etc. So my first question is are these features expected in future?. Is it going…
Pankaj
  • 2,538
  • 3
  • 26
  • 39
1
vote
1 answer

connection fail to connect mongodb in node application

I have an error while starting up server with node server.js. The error details are here: path.existsSync is now called `fs.existsSync`. info - socket.io started [Thu, 02 Aug 2012 00:58:27 GMT] INFO Tower development server listening on port…
Asnad Atta
  • 3,855
  • 1
  • 32
  • 49
1
vote
2 answers

Trouble installing tower module - ws module crashes

I'm new to node.js and I have installed it by running the installation from the node website. I've had a play installing packages globally (e.g. should) but now I'm trying to install the tower module on my Mac, like so: sudo npm install tower -g It…
Matt Frear
  • 52,283
  • 12
  • 78
  • 86
1
vote
0 answers

Use partials on eco engine template

I'm trying something like this: < %- @partial "includes/header" % > But nothing is printed. I'm using Tower.js. I tested it without Tower and works fine. EJS and some others template engines had the same problem. Just Coffekup worked fine with…
Rafael Motta
  • 2,328
  • 2
  • 19
  • 18
0
votes
2 answers

Towerjs frontend and rails backend?

I started in webprogramming with rails since 2 month, and recently towerjs. I have an existing rails 3.1 backend, and i would use towerjs as the frontend. that means, rails have an existing logic and db. Could i use towerjs on the browser side, to…
stephanfriedrich
  • 563
  • 5
  • 20
0
votes
1 answer

Ansible Tower - Is it possible to show survey variables in notification

I am using Tower 3.7.2. I have a basic survey that asks for some details and then passes these as variables to the associated playbook (after Workflow Approval). However I would like the approver to be able to see the survey variables in the email…
Atanas Matev
  • 21
  • 1
  • 3
0
votes
1 answer

tower.js server.js Bundle error on startup

i am trying to get tower.js up and running. it looks awesome but i'm hitting a snag that seems to have something to do with the package itself. if i run $tower new myapp or $tower create app myapp i get the following…
gabereal
  • 304
  • 3
  • 11
0
votes
1 answer

How to start a tower.js project?

I want to start a new project using tower.js, I did some research and I think it's very cool, but after I installed it and tried to generate a new project using tower new app I got this: Cookbook [app] not found. I know that tower changed the way…
memodev07
  • 1
  • 1
  • 1
0
votes
1 answer

Error: EMFILE, too many connections

On NPM install, I get: npm http 304 https://registry.npmjs.org/grunt-contrib-uglify npm http 304 https://registry.npmjs.org/grunt-contrib-qunit npm ERR! TypeError: Bad argument npm ERR! at Object.fs.close (fs.js:306:11) npm ERR! at…
Maurice Kroon
  • 959
  • 4
  • 13
  • 29
0
votes
1 answer

running towerjs on windows 8 gives a TypeError

I installed tower@0.4.2-22 on my windows 8 machine. After this I tried to verify the installation. I started mongod server, the tower server and called http://localhost:3000 in my browser. I get the error messages (in browser window and server…
0
votes
1 answer

Tower.js - how to use the minify/combine asset pipeline?

I understand that I have to create an assets.coffee file that configures how to compile and combine files together and the run cake assets:compile to actually do it. However, I tried that and I get the message: No such task: assets:compile A related…
ragulka
  • 4,312
  • 7
  • 48
  • 73
0
votes
1 answer

Can't get POST response

I'm using Tower.js 0.4.2-20. I sent a GET and POST request for HTML FORM tag. 'GET' request is no problem response. but 'POST' request is the following error returned. I'm missing router setting? routes.coffee : Tower.Route.draw -> @resources…
YASAI
  • 43
  • 8