Y
Hacker News
new
|
ask
|
show
|
jobs
by
g3
4668 days ago
Networking is on the todo list. I couldn't host the traffic, though.
1 comments
chii
4668 days ago
i suppose you could try adding something to do the networking part via webrtc as the channel?
link
Tobu
4667 days ago
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.
link
chii
4664 days ago
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.
link