Show HN: Making a cross-platform game in Go using WebRTC Datachannels

pion.ly

72 points by valorzard 3 days ago


kamranjon - 2 days ago

This is great - thanks for posting - I can definitely use Pion in the game I'm working on and it's pretty great that it can compile to wasm and work on the frontend (for the clients)

jmpavlec - a day ago

>Right now, this can only support two players on the same computer

So the example only currently works with 2 clients on the same computer? Seems like a pretty substantial limitation. How much more work is it to support other computers and 2+ clients?

valorzard - 2 days ago

Hi! I'm the author! Feel free to ask me questions about this