cubbyhole

command module
v0.0.0-...-9876fdc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2016 License: GPL-3.0 Imports: 9 Imported by: 0

README

Cubbyhole server written in Go

A concurrent TCP server implement in Go serving clients speaking the cubbyhole protocol.

Installation

go get -u github.com/MetalMatze/cubbyhole

Now move to cd $GOPATH/src/github.com/MetalMatze/cubbyhole.

Simply run make which will fetch the few dependencies, build the binary & test it afterwards.

Start the server by running ./server

Installation with Docker

Clone this repository to your machine.

docker build -t cubbyhole .
docker run --publish 1337:1337 --name cubbyhole --rm cubbyhole

To stop the docker container run docker stop cubbyhole.

Other cubbyhole implementations

Of course I am not the only student in that class, so here is a probably incomplete list of implementations of my fellow students:

cubbyhole by numbleroot - C
cubbyhole by KjellPirschel - C

License

This project is GPLv3 licensed.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL