writing.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small, intentional community for poets, authors, and every kind of writer.

Administered by:

Server stats:

336
active users

#keyvaluestore

0 posts0 participants0 posts today

This is a simple Key-Value Store server written in Rust and actix that works with HTTP. It supports storing, retrieving, and deleting data, and it saves the information in the "kvstore.db" file. It uses a HashMap to manage in-memory data and handles HTTP requests (GET, PUT, DELETE). It runs on port 8080 and multithreads to handle requests concurrently.

I've just pushed it to GitHub; feel free to contribute:

github.com/behdanisohrab/kstor

Contribute to behdanisohrab/kstore development by creating an account on GitHub.
GitHubGitHub - behdanisohrab/kstoreContribute to behdanisohrab/kstore development by creating an account on GitHub.