react-peer-data icon indicating copy to clipboard operation
react-peer-data copied to clipboard

Is It work with back end Web socket .net core?

Open vishnuBoppani opened this issue 5 years ago • 1 comments

vishnuBoppani avatar May 22 '20 06:05 vishnuBoppani

there should not be any problem, to make it work you need to implement your own signalling server, you can have a look how it is done here: https://github.com/vardius/peer-data-server with socket.io and then instead of default channel you might want to implement your own: https://rafallorenz.com/peer-data/docs/signaling#custom-signaling-channel https://github.com/vardius/peer-data/blob/master/src/app/SocketChannel.ts

vardius avatar May 23 '20 06:05 vardius