Skip to content

A crude chat server and client created as part of the course TTM4100

License

Notifications You must be signed in to change notification settings

hdhauk/ShitChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShitChat

A crude and fairly crappy chat server and client, made for an assignment in TTM4100.

Go Report Card

Installation

go get github.com/hdhauk/ShitChat
go get github.com/asaskevich/govalidator
cd $GOPATH/src/github.com/hdhauk/ShitChat/sc-client
go install .
cd $GOPATH/src/github.com/hdhauk/ShitChat/sc-server
go install .

How to run

  1. Start the server: sc-server -port <your port>
  2. Start the client: sc-client -server <ip:port to your server>

About

A crude chat server and client created as part of the course TTM4100

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages