lobby icon indicating copy to clipboard operation
lobby copied to clipboard

Document setup

Open nomeata opened this issue 11 years ago • 3 comments

Hi,

I’m looking for a game-agnostic JS lobby server component, so this looks good. I’m missing a bit of information, though, e.g. how the components interact, what APIs are provided, and maybe a link to a running application using it. Also, I see mentions of Chrome – is this cross-browser or Chrome only?

Thanks, Joachim

nomeata avatar Dec 29 '13 16:12 nomeata

Seems the owner didn't read this.

vincent6767 avatar Sep 22 '18 09:09 vincent6767

I realize this is quite late, but the latest version of this library is not at all Chrome specific as the peer connections use WebRTC DataChannels which can connect between Chrome, Firefox and Safari.

flackr avatar Apr 19 '19 17:04 flackr

This might be helpful for WebRTC DataChannels: https://github.com/blockspacer/webrtc-datachannels

blockspacer avatar Aug 24 '19 17:08 blockspacer