topheman / snake-pipe-rust

🦀 A snake game based on stdin/stdout (+tcp and unix sockets) in rust
MIT License
12 stars 1 forks source link

snakepipe render-browser should be able to expose the server outside of local network #18

Open topheman opened 8 months ago

topheman commented 8 months ago

We could use tunneling solutions such as https://localhost.run - see usage in https://github.com/topheman/bevy-rust-wasm-experiments?tab=readme-ov-file#https

Blocked by #31