Categorygithub.com/gwaypg/wspush
repository
0.0.0-20240817070707-91a59e6cd89f
Repository: https://github.com/gwaypg/wspush.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Instruction

A distributed websocket node

Build

git clone https://github.com/gwaypg/wspush

cd wspush
. env.sh
sup build all

Or

. env.sh
cd cmd/wsnode
go build # or sup build

Run

cd cmd/wsnode
./wsnode

Deployment

origin

cd wspush
PRJ_ROOT=`pwd` ./cmd/wsnode/wsnode

supd

git clone https://github.com/gwaypg/supd
cd supd
. env.sh
cd cmd/supd
./publish.sh
./setup.sh install # uninstall: ./setup.sh clean 

cd wspush
. env.sh
cd cmd/wsnode
sup install
sup status

TODO: more deployments