Skip to content

jharrilim/Multiplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c6984c · Jul 11, 2020

History

9 Commits
Jul 11, 2020
Jul 11, 2020
Jul 1, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020

Repository files navigation

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.

Releases

No releases published

Packages

No packages published