Skip to content

DidrikLindqvist/Chatclient-Chatserver-in-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Chatclient & Chatserver in Golang

1 Introduction

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.

1.1 Example

alt tag

2 Installation

Golang simple

Golang can be downloadded from here https://golang.org/

Ubuntu

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

3 Usage

Chatclient

Exit with -1

$ run ./chatclient.go

Chatserver

Exit with pressing enter.

$ run ./chatserver.go

About

Simple chatserver and client written in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages