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
0
votes
2 answers

Cookie and session in towerjs

is there some simple example how to use cookies or sessions in towerjs? I read about Connect Middleware, but I have no experience with it (and unfortunately with node.js also). If examples are not available I will be grateful for any tips…
Marcin Rogacki
  • 501
  • 6
  • 23
0
votes
2 answers

Creating a login form using TowerJS

I'll start by saying that I am chiefly a front-end designer/developer and have little experience with MVCs. I would like to create a login form using TowerJS. Most of my app is out-of-the-box from the docs; I have a single model called "User": class…
0
votes
1 answer

Action update in towerjs controller does not work

I'll try create a controler in towerjs, but I have an error while updating action: TypeError: Property 'id' of object # is not a function Here how looks my action: update: -> App.User.find @params.id (error, user) => …
Marcin Rogacki
  • 501
  • 6
  • 23
0
votes
1 answer

Robust open source Node.js based projects for learning?

I'm working on learning particular node.js (specifically tower.js). I'd like to see some very robust open source application examples that revolve around more complex scenarios, particularly in the mapping area. I've not found a solid example as…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
0
votes
1 answer

towerjs: running a sample application

I've created a sample application following http://towerjs.org/screencasts. I've installed all deps with npm and I've also a local mongodb instance up and running. Anyway every url I try to access…
gsscoder
  • 3,088
  • 4
  • 33
  • 49
1 2 3
4