tower-archive / tower

UNMAINTAINED - Small components for building apps, manipulating data, and automating a distributed infrastructure.
http://tower.github.io
MIT License
1.79k stars 120 forks source link

there are many many bugs when use tower which based on nodejs 0.11 #398

Closed enginespot closed 10 years ago

enginespot commented 11 years ago

current days , I tried to use tower.js

since that I am using nodejs 0.11 , so it is not easy integrated tower with nodejs 0.11

first there is a bug for fibers , the module does not work on nodejs 0.11 , but no problem , I have submitted a fix to the author https://github.com/laverdet/node-fibers/issues/112

then I tried to use tower tower new app

when I debug the app , there are many many bugs

I need to install sudo npm install socket.io -g sudo npm install chokidar -g etc...

and also I need to fix some bugs within the js file /usr/lib/node_modules/tower/lib/tower-application/server/application.js

...

how to say, it is very very integrate tower with nodejs 0.11

please supply eta for integrate tower with nodejs 0.11