wetalk is a chatroom application for coders based on websockets
$ go get github.com/chenjiandongx/wetalk
$ wetalk
wetalk is a chatroom application for coders
Example:
start server: wetalk server -p 8086
start client:wetalk client ws://127.0.0.1:8086 -u somebody
Usage:
wetalk [command]
Available Commands:
client start websockets client
help Help about any command
server start websockets server
Flags:
-h, --help help for wetalk
--version version for wetalk
Use "wetalk [command] --help" for more information about a command.
$ wetalk server -h
start websockets server
Usage:
wetalk server [flags]
Flags:
-h, --help help for server
-p, --port int server port (default 8087)
$ wetalk client -h
start websockets client
Usage:
wetalk client <addr> [flags]
Flags:
-h, --help help for client
-u, --name string nickname in the chatroom
MIT ©chenjiandongx