johanhelsing / matchbox

Painless peer-to-peer WebRTC networking for rust wasm (and native!)
Apache License 2.0
848 stars 67 forks source link

2nd version of matchbox server in PHP #409

Closed clinuxrulz closed 5 months ago

clinuxrulz commented 5 months ago

This task is a bit of a pest. But someone might be interested in having a go.

The task is to create a 2nd version of matchbox server in PHP.

Php servers tends to be way cheaper than vps servers. You can get a php server for $1/month. And php has library support for websockets.

Since the signalling server is just required for doing handshakes. The cheap low-powered servers should be fine.

clinuxrulz commented 5 months ago

Just saw shuttle.rs offere free hosting for rust projects. Will close this now.

johanhelsing commented 5 months ago

Thanks for the initiative.

On that note there are also linux vps'es available down to $2 a month where you can could run matchbox server with plenty of capacity spare for other projects.

clinuxrulz commented 5 months ago

It's all good. I wiped up a version that can run on glitch for free.

https://github.com/clinuxrulz/signaling-server

It only has 1 room though, but good for testing.