简体   繁体   English

如何在两台不同的计算机之间运行node.js服务器(应用程序)?

[英]How can I run node.js server(application) between two different computers?

I have a node.js application. 我有一个node.js应用程序。 This application provides video communication. 此应用程序提供视频通信。 How can I this application between two different computers? 如何在两台不同的计算机之间使用此应用程序?

If you are using a local server the other computer can access your IP if both the systems are sharing a common network. 如果您使用的是local server ,并且两个系统共享一个公共网络,则另一台计算机可以访问您的IP。 If both of the computers are connected to a common router, you can hit the local server of one system through other system by simply hitting its IP. 如果两台计算机都连接到公用路由器,则只需单击其IP,即可通过另一个系统访问该系统的本地服务器。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何获取 node.js 运行的应用程序的日期? - How can I get date in application run by node.js? 如何使用node.js在没有scp的情况下在两台服务器之间移动exe文件? - How can I move an exe file between two server machines without scp, using node.js? 如果 https 服务器是一个单独的 node.js 应用程序,我如何在 node.js 中使用 wss? - how can i use wss in node.js, if the https server is a separate node.js application? 如何使用 node.js 在两台计算机之间共享本地文件? - How to share local files between two computers using node.js? 如何在具有不同节点版本的服务器上部署 node.js 应用程序 - How to deploy the node.js application on server with different node version 如何使用两种不同语言(Flask、Node.js)编写的后端 docker 在单个服务器上运行 - How to run on a single server with backend docker written in two different languages (Flask, Node.js) 如何使用 next.js 应用程序运行节点服务器? - How can I run a node server with a next.js application? 我是否需要其他服务器来运行node.js - Do I need a different server to run node.js 如何结合node.js应用程序的两个不同逻辑部分? (电报机器人和http服务器) - How to combine two different logic parts of node.js application? (telegram-bot and http-server) 我如何知道或如何在不同的CPU内核上运行Node.js服务器? - How do I know or how do I run a Node.js server on different CPU cores?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM