Volkan Şahin
Volkan Şahin

Reputation: 1311

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

I have a node.js application. This application provides video communication. How can I this application between two different computers?

Upvotes: 0

Views: 549

Answers (1)

Ajitej Kaushik
Ajitej Kaushik

Reputation: 944

If you are using a local server the other computer can access your IP if both the systems are sharing a common network. 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.

Upvotes: 1

Related Questions