In order for us to use P2P video chat I think we'll be using WebRTC + some Go websocket library. In NodeJS we use socketIO which involves a client side library to communicate with the server side, so we'll have to similarly figure out how to do this using React and Go.
In order for us to use P2P video chat I think we'll be using WebRTC + some Go websocket library. In NodeJS we use socketIO which involves a client side library to communicate with the server side, so we'll have to similarly figure out how to do this using React and Go.