Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 289 Bytes

File metadata and controls

27 lines (21 loc) · 289 Bytes

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