postsse

HTTP POST and Server-sent events interconnector, allowing simple publish-subsribe scheme using GET and POST requests.

Features

This is intended to be used as a building block, especially during development or prototyping.

Limitations

Installation

Download pre-built executables from Github releases, install it from source code with cargo install --path . or from crates.io with cargo install postsse.

Example

``` $ postsse 127.0.0.1:1234

$ curl -v http://127.0.0.1:1234/ * Trying 127.0.0.1:1234... * Connected to 127.0.0.1 (127.0.0.1) port 1234 (#0)

GET / HTTP/1.1 Host: 127.0.0.1:1234 User-Agent: curl/7.74.0 Accept: /

See also