Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 348 Bytes

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] /store/{key}

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

[SET] /store/{key}

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