Skip to content

alipniczkij/web-broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Broker

FIFO web broker with file storage. Get requests supports long polling

Usage:

PUT http://localhost:8000/queue?v=task
PUT http://localhost:8000/color?v=red
GET http://localhost:8000/queue

Run app

make build && make run

Test app

make test