Skip to content

roundpartner/seq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published