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.
我们实验室做了很多网络实验,都有类似的流程:
过去我用 JSP 做这件事,但现在我们转向 NodeJS 和 Express,我想知道是否有一种通用的方法来处理这个和类似的控制流。
这个问题非常笼统,所以总的来说答案是肯定的——你可以用 node 和 express 来做所有这些。只需使用 express 注册您的路线(例如使用 app.get(URI, func))并从节点提供您的动态和静态内容。网上有大量关于使用 express 的资料。