Support P2P in Netty or Mina? -


hello open decision, of choosing netty or mina tcp/udp server, new both frameworks , wondering if of them support(s) p2p transformation massive data process more efficiently processed?

if there is, there tutorial or material regarding on topic of both framework?

thanks

on network level p2p , client-server aren't different. still has send first packet, it's both sides can accept incoming connections. networking libraries don't care whether intend use them p2p or client-server.

of course there higher-level issues (gossip protocols, distributed data structures, nat traversal) relevant in p2p, mina or netty not concern those.

i.e. mina/netty useful networking in general, in general covers p2p. don't have contribute specific to p2p.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -