Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 472 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 472 Bytes

goflake

A flake server written in Go, based on the implementation of SnowFlake with Tornado written by @jdmaturen (see https://github.com/formspring/flake)

Wat

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

What's missing

  • Tests

Contributors