What technology to use from web based peer-to-peer client

General Tech Technology & Software 3 years ago

789 3 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (3)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

 

I want to create a peer-to-peer connection between android and web client. I am still looking for a technology which will enable p2p connection. Can somebody comment on those. Currently I am considering the following:

  • WebRTC
  • WebSockets

I want to avoid Flash, Java Applets and other plugin-based solutions.

0 views
0 shares

profilepic.png
manpreet 3 years ago

Peer to peer term can be very misleading. If by Peer to Peer you mean a connection inside a p2p formed network, you should consider implementing protocols like JXTA.

If you mean just a connection between a web browser and Android system. You can implement it using Java Script AJAX (for UI update and Data Transfer) and A small server on android app.

You should also consider your connectivity scope. Do you want it to be available in whole internet or just local network. In former case you need a centralized server with a Valid IP or using more sophisticated Peer to Peer protocols.


0 views   0 shares

profilepic.png
manpreet 3 years ago

Peer to peer term can be very misleading. If by Peer to Peer you mean a connection inside a p2p formed network, you should consider implementing protocols like JXTA.

If you mean just a connection between a web browser and Android system. You can implement it using Java Script AJAX (for UI update and Data Transfer) and A small server on android app.

You should also consider your connectivity scope. Do you want it to be available in whole internet or just local network. In former case you need a centralized server with a Valid IP or using more sophisticated Peer to Peer protocols.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum