Skip to content
Lance Pollard edited this page Apr 12, 2012 · 1 revision

The Server

Auto-reloading Changed Files

Internally Tower.js knows when a file was changed. So when you refresh http://localhost:3000, it passes through the Tower.Middleware.Dependencies which re-requires any file that has changed. This makes development uber fast, and prevents you from having to restart the server whenever a file changes (i.e. nodemon). I mean, you can use nodemon if you want, it's a great project. But you don't need to.

Tower.js

Everything here will be reflected on http://towerjs.org/guides.

Clone this wiki locally