Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jharrilim/multiplex

Key-Value store with subscriptions
https://github.com/jharrilim/multiplex

key pubsub rust store value

Last synced: 4 days ago
JSON representation

Key-Value store with subscriptions

Awesome Lists containing this project

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

```sh
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.