I am trying to develop a peer to peer project and I need to communicate between those peers by sending huge json data. I went through various libraries but couldn't find the perfect one for my use case. Could you please suggest something?
We are working in a team of 3 members and the mutual language is JavaScript. We are actually thinking about building a peer to peer search engine where the peers would request other peers to give results for a specific search query. And yes we would be developing a web application to display results as well as client applications to communicate with other available peers.