I have an idea for a side project where i will connect two terminals(clients) using WebRTC and they will share some data with each other(assume a CLI chat app) using Node.js. But wherever i read about WebRTC it always says that it works only in browsers. Like the fact that if a machine does not have a browser that supports WebRTC then it would not work in the machine. Do statements like these mean that WebRTC can only work in the browser. If not then how should i approach making something like this?The functions i want the application to have :-1.) It should connect with the peer when i write "node client.js" in the terminal (client.js will be the client script).2.) The terminals should be able to send each other messages.3.) No need of the browser.I've made such applications using WebSockets and i dont intend to use them in this project.
Submitted June 03, 2020 at 10:25AM by DeusExMachina24
No comments:
Post a Comment