psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.08k stars 55 forks source link

How To Host A Rendezvous Server? #20

Closed bonedaddy closed 4 years ago

bonedaddy commented 4 years ago

I took a look through the code, cli, and existing examples but i couldn't seem to find anything explaining how to host your own rendezvous server

psanford commented 4 years ago

Wormhole-william doesn't implement the rendezvous server. (We do have a rendezvous server implementation for tests but it isn't suitable for running outside of a testing environment right now).

The public default rendezvous server runs this code: https://github.com/warner/magic-wormhole-mailbox-server. Its relatively easy to get up and running by following its readme.