6 ms·
Networking is on the todo list. I couldn't host the traffic, though.
by g3 13y ago
Networking is on the todo list. I couldn't host the traffic, though.
- chii 13y agoi suppose you could try adding something to do the networking part via webrtc as the channel?
- Tobu 13y agoNothing 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.
- chii 13y agodamn. at least i found http://www.w3.org/TR/webrtc/#peer-to-peer-data-api 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.