Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/filipchalupa/key-value-store
- Owner: FilipChalupa
- Created: 2023-09-20T14:31:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T15:41:54.000Z (about 1 year ago)
- Last Synced: 2023-09-21T04:13:31.214Z (about 1 year ago)
- Language: HTML
- Homepage: https://key-value-store.deno.dev/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```