euler314/TCP
0
Sound Transport Relay (HF)
This Space runs a simple WebSocket relay at /ws. Clients should connect with:
{"role":"sender","code":"123456789"}or
{"role":"receiver","code":"123456789"}After both sides connect with the same code, the relay forwards all text/binary messages both directions.
Notes
- HF free Spaces can sleep when idle; the first connection after sleep will have a cold-start delay.
- This relay does not authenticate or validate passwords. Your app should handle authentication and encryption end-to-end.
