Hacker News new | ask | show | jobs
by g3 4621 days ago
Networking is on the todo list. I couldn't host the traffic, though.
1 comments

i suppose you could try adding something to do the networking part via webrtc as the channel?
Nothing in the web platform lets you use raw (or TCP/UDP/etc) sockets. At most you could do VPN-style networking and use a bridge to talk to the rest of the internet; that bridge needs someone to host it.
damn. at least i found http://www.w3.org/TR/webrtc/#peer-to-peer-data-api which looks like its a standard to allow for peer to peer data transfer.