blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
222 stars 20 forks source link

Free WebRTC Signaling Server for games #119

Closed Ughuuu closed 1 week ago

Ughuuu commented 2 weeks ago

Would be nice to offer a free webrtc server. In case someone makes a game that is peer to peer, he still would need to host his signaling server. Would be nice to have something free to use. Example signaling server in nodejs https://github.com/Faless/gd-webrtc-signalling/blob/master/server_node/server.js

Bioblaze commented 1 week ago

https://github.com/blazium-engine/blazium-signal Does this work out?

I'm going to try and replicate it 1-1, still missing some bits, and the tests need work.

But its a start.

Ughuuu commented 1 week ago

Looks good I think, needs a documentation to document the protocol, as you said tests to make sure flows work, and to deploy it somewhere so users can test it. We should figure out some statistics too, eg. how many users can use this service.