multiplex

Crates.iomultiplex
lib.rsmultiplex
version0.1.0
sourcesrc
created_at2020-07-11 03:55:04.135183
updated_at2020-07-11 03:55:04.135183
descriptionA key value store with pub/sub capabilities
homepage
repositoryhttps://github.com/jharrilim/Multiplex
max_upload_size
id263922
size58,356
Joe (jharrilim)

documentation

README

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.

Commit count: 9

cargo fmt