Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/filipchalupa/key-value-store

Deno.kv basic store
https://github.com/filipchalupa/key-value-store

Last synced: about 15 hours ago
JSON representation

Deno.kv basic store

Awesome Lists containing this project

README

        

# Key value store

- Live: [key-value-store.deno.dev](https://key-value-store.deno.dev/)

## Run

```sh
deno run --unstable --allow-net --allow-read src/server.ts
```

## Development

```sh
denon run --unstable --allow-net --allow-read src/server.ts
```