react-peer-data
react-peer-data copied to clipboard
Is It work with back end Web socket .net core?
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