top | item 19539016

(no title)

goddtriffin | 7 years ago

Multiplayer functionality doesn't seem to be working for me. Is this just me, or an artifact of the compilation?

discuss

order

db48x|7 years ago

The browser doesn't provide the usual POSIX api for opening TCP connections. With some work you can write a shim library that implements it in terms of websockets, but it still can't connect to arbitrary hosts. Instead you have to run a proxy server for it to connect to.

reubenmorais|7 years ago

Could you use WebRTC instead, for true P2P?