ivanwhaf / gochat

Chatting server and client made by golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gochat

gochat is a go-tcp chatting app

Getting start

  • if you want a server:
    go run main.go -mode server
  • if you want a client:
    go run main.go -mode client

Version

  • beta 0.0.1: tcp socket, finally can run!

About

Chatting server and client made by golang

License:MIT License


Languages

Language:Go 100.0%