A flake server written in Go, based on the implementation of SnowFlake with Tornado written by @jdmaturen (see https://github.com/formspring/flake)
To start the server
> go run flake.go
To get a uuid
> curl localhost:8080
To get stats about your server
> curl localhost:8080/stats
- Tests