### Ensure Go is installed on your server ### Pull the code from Git ```sh git clone https://github.com/0xchat-app/relay29 ``` ### Set environment variables ```sh export PORT= export DOMAIN= export RELAY_NAME= export RELAY_PRIVKEY= ``` ### Build the project ```sh cd relay29/groups.0xchat.com go build -o groupRelay ``` ### Execute the binary ```sh ./groupRelay ``` ### Connect to the server ```sh ws://127.0.0.1:5577 (default port) ```
Languages
Go
97.2%
Dockerfile
2.7%
Just
0.1%