# Tick Servers in Go and Hare This repository corresponds to [this blog post](https://beetbox.io/posts/do-not-fear-systems-programming/). ## Building You can compile both the Go and Hare server by invoking `make`. This will produce the files `tick-go` and `tick-ha`. With either server running, you can connect locally with `telnet 127.0.0.1 8080`.