Tick server implemented in Go and Hare.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alexander Avery 7d30edc15e UNLICENSE 2 months ago
Makefile add Makefile and README.md 2 months ago
README.md add Makefile and README.md 2 months ago
UNLICENSE UNLICENSE 2 months ago
main.go add Go tick server 2 months ago
main.ha track time independently of reads and connections 2 months ago

README.md

Tick Servers in Go and Hare

This repository corresponds to this blog post.

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.