POST -> WebSocket forwarder
- POST to any data to
/<uuid>
- UPGRADE a WebSocket on
/<uuid>
to receive data
X-Buoy-Delivery
will be set todelivered
if the data was delivered directly to a listening socket, otherwisebuffered
.
X-Buoy-Wait
can be specified in number of seconds to wait for the data to be delivered to a listener, will return a408
if the data cannot be delivered within time limit. Will always haveX-Buoy-Delivery: delivered
on a successful request.
X-Buoy-Soft-Wait
can be specified in number of seconds to wait for the data to be delivered to a listener, will return a202
if the data cannot be delivered within time limit.
$ docker build ....<container id>$ docker run -d --name buoy <container id>