jonnylin13 / udpchat

Simple UDP chatroom example built in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

udpchat

Simple UDP chatroom example built to help me learn Go.

Installation

Run go get github.com/jonnylin13/udpchat

Usage

Run udpchat server <host:port> to start a chatroom server.

  • No commands supported yet.

Run udpchat client <host:port> to connect to a chatroom server.

  • You can use help to get a list of commands.

Documentation

Docs are located here

About

Simple UDP chatroom example built in Go


Languages

Language:Go 100.0%