#key-value-store #key-value #key #pub-sub #value #sub #pub

app multiplex

A key value store with pub/sub capabilities

1 unstable release

0.1.0 Jul 11, 2020

#21 in #pub

Apache-2.0

18KB
111 lines

Multiplex

Multiplex is a key-value store with the ability to publish and subscribe to keys.

Running the Application

Runs on http://localhost:8080

cargo run

Routes

[GET] /get/{key}

Get's a value that was set for this key.

[SET] /set/{key}

Set's a value for the given key using a raw string in the request body.

Dependencies

~28MB
~590K SLoC