标签: node.js localhost mouseclick-event
我有两个不同的node.js服务器。一台在localhost:7000上运行,另一台在localhost:8000上运行。 Server1有一个“下一步”按钮。现在,如果我单击按钮,它将加载其他内容。但是,如果我单击server1上的“ Next-Button”,我也想在server2上加载另一个Content。如何将两个服务器都与OnClickEvent连接起来?