Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

p2p web programming [closed]

Tags:

javascript

p2p

I been trying to search a bit about this and I have faint memories that I have seen presentations of p2p in flash or silverlight and I was wandering if theres any good ways to use this from javascript.

I would like to have the server as a connector of clients not as a proxy of data. Any libs or sites that done something like this you can point to. Google isn't giving me much.

I don't need an easy solution, just somewhere to start from.

like image 913
megakorre Avatar asked May 30 '11 20:05

megakorre


1 Answers

Today I found this on Hackernews

http://peerjs.com/

On their page they state:

PeerJS wraps the WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer data API. Each peer simply provides a identifier with which other peers using the same API key can connect.

Sounds really interesting, I have to try this :D

like image 73
select Avatar answered Oct 03 '22 07:10

select