Skip to content

roundpartner/seq

Repository files navigation

SEQ

A Task Queue In Go

Compiling

go build

Running

./seq

Usage

curl http://0.0.0.0:6060 -X POST -d "\"hello world\""
curl http://0.0.0.0:6060

[{"id":1,"body":"hello world"}]

curl http://0.0.0.0:6060/1 -X DELETE

Releases

No releases published

Packages

No packages published