forked from tower-archive/tower
-
Notifications
You must be signed in to change notification settings - Fork 0
server
Lance Pollard edited this page Apr 12, 2012
·
1 revision
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.