Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 604 Bytes

File metadata and controls

29 lines (20 loc) · 604 Bytes

weebchat (klepetalnica)

Starting the server nodes

# Start the control plane node
go run main.go control -sMySecretKey

# Add data plane nodes
go run main.go data -sMySecretKey -alocalhost:7001
go run main.go data -sMySecretKey -alocalhost:7002
go run main.go data -sMySecretKey -alocalhost:7003
go run main.go data -sMySecretKey -alocalhost:7004
# ...

Client (wails app)

Install / setup wails

cd weebchat-ui

wails doctor # check if everything is ok

wails dev # start the app in dev mode

screenshot