chenjiandongx / wetalk

📠 wetalk is a chatroom application for coders based on websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📠 wetalk

wetalk is a chatroom application for coders based on websockets

Go Report Card License: MIT

🔰 安装

$ 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

📺 示例

example

🙏🏻Thanks

📃 License

MIT ©chenjiandongx

About

📠 wetalk is a chatroom application for coders based on websockets

License:MIT License


Languages

Language:Go 100.0%