Reputation: 1311
I have a node.js application. This application provides video communication. How can I this application between two different computers?
Upvotes: 0
Views: 549
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