Skip to content

gleicon/tinymq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny RestMQ implementation using gevent + bottle.

run: $ python tinymq.py

test: 
$ curl -d "value=oy" http://localhost:8081/q/test
$ curl http://localhost:8081/q/test

test COMET:
$ curl http://localhost:8081/c/test

in another terminal, execute:
$ curl -d "value=oy" http://localhost:8081/q/test


About

Minimal RestMQ implementations in a single place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published