freehuntx / godot-matcha

Easy webrtc matchmaking using WebTorrent tracker
MIT License
86 stars 4 forks source link

Implement nostr #2

Closed freehuntx closed 8 months ago

freehuntx commented 10 months ago

Nostr can be used for free signaling aswell

freehuntx commented 10 months ago

This will be hard to implement since there is secp256k1 signatures needed and i cannot find any godot implementation of that.

freehuntx commented 8 months ago

mqtt and crypto signature might be also a good solution

freehuntx commented 8 months ago

mqtt solution is fine for now. nostr is too hard to implement in gdscript