I have a Node.js server and the code is getting kind of big and messy. Am I correct to assume that converting this to MVC will make it more manageable? How do I go about doing that? Are there any tools that can help me to do this?
javascript
web-services
model-view-controller
node.js
You could try the RailwayJS. It's the Node.JS MVC framework based on ExpressJS.