| Crates.io | multiplex |
| lib.rs | multiplex |
| version | 0.1.0 |
| created_at | 2020-07-11 03:55:04.135183+00 |
| updated_at | 2020-07-11 03:55:04.135183+00 |
| description | A key value store with pub/sub capabilities |
| homepage | |
| repository | https://github.com/jharrilim/Multiplex |
| max_upload_size | |
| id | 263922 |
| size | 58,356 |
Multiplex is a key-value store with the ability to publish and subscribe to keys.
Runs on http://localhost:8080
cargo run
Get's a value that was set for this key.
Set's a value for the given key using a raw string in the request body.