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.
我有一个 Java Rest API,我想实现一个浏览器客户端。我想知道哪个会更好,我在选择之间的权衡是什么
NodeJS 是为服务器端设计的。如果您已经有一个提供 REST API 的 Java 服务器端,我建议您直接从静态 HTML 文件或其他客户端调用此 API……它会比重新加载通过 NodeJS 模块传递的数据更快。