Skip to content

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

About

A Task Queue In Go

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages