Simple chatserver and client written in Golang. I did this because I had some time over from school and I wanted to try a new programming language.
Golang can be downloadded from here https://golang.org/
sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable
sudo apt-get update
sudo apt-get install golang
Clone repo
git clone https://github.com/DidrikLindqvist/Chatclient-Chatserver-in-Golang
Exit with -1
$ run ./chatclient.go
Exit with pressing enter.
$ run ./chatserver.go