Skip to content

0xchat-app/relay29

 
 

Repository files navigation

Ensure Go is installed on your server

Pull the code from Git

git clone https://github.com/0xchat-app/relay29

Set environment variables

export PORT=
export DOMAIN=
export RELAY_NAME=
export RELAY_PRIVKEY=

Build the project

cd relay29/groups.0xchat.com
go build -o groupRelay

Execute the binary

./groupRelay

Connect to the server

ws://127.0.0.1:5577 (default port)

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%