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:

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