Top "P2p" questions

Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers.

Why can't torrent traffic be encrypted?

The goal of this question is that I am just trying to better understand the nature of P2P and …

encryption network-programming p2p bittorrent network-security
Python Sockets Peer to Peer

I'm trying to make a simple Peer to Peer Network in Python 2.7. The problem is, I can't seem to be …

python networking tcp p2p peer
Is it possible to set up a socket.io client running (server-side) on a node.js server?

I'd like to enable socket-based p2p communications between two or more different node.js application servers. I'm using socket.…

javascript sockets node.js socket.io p2p
Fast Cross Platform Inter Process Communication in C++

I'm looking for a way to get two programs to efficiently transmit a large amount of data to each other, …

c++ ipc p2p
Is End-to-end encryption possible in Javascript?

I'm currently researching the possibilities for creating a (peer2peer) messaging client in terms of encryption thus security. This application …

javascript node.js encryption p2p end-to-end
How can I implement simple serverless p2p browser to browser messaging with minimal overhead?

I'm trying to create some basic implementations of simple games (tic tac toe is the starting project) which can be …

javascript ajax text p2p
Why a STUN Server Needs Two Different Public IP addresses

I have took a look to STUN Server settings in openfire, and this statement from there: "In order to act …

protocols p2p openfire stun
TCP P2P without server

is it possible to write TCP P2P program without server? When I was googling this question I found something …

networking tcp p2p upnp
Remote VideoStream not working with WebRTC

EDIT: I wrote a detailed tutorial explaining how to build an simple Videochat-application including a signaling server: Tutorial: Create your …

stream websocket p2p webrtc stun
Can we send data from an android device to another android device directly (p2p) without server in the middle?

I need to send data from one android device to another android device directly(p2p) after they find each …

android sockets tcp p2p