Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Node.js 服务器,代码变得有点大而且乱七八糟。我是否正确地假设将其转换为 MVC 会使其更易于管理?我该怎么做呢?有什么工具可以帮助我做到这一点吗?
You could try the RailwayJS. It's the Node.JS MVC framework based on ExpressJS.