say i'd like to make a multiplayer game/application using web technology, what are my best chances for achieving this without running a server? #WebRTC still needs a signaling server, but maybe someone else can let me use their signalis server for my app somehow?
alternatively maybe something like #libP2P can be used locally to create a tunnel of sorts?