oxur / rucksack

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap
Apache License 2.0
12 stars 1 forks source link

Add TCP server for local syncing #9

Open oubiwann opened 1 year ago

oubiwann commented 1 year ago

Tasks & Features:

Questions:

Blocks:

oubiwann commented 1 year ago

Get this for free with SurrealDB.

oubiwann commented 1 year ago

Since we're not using SurrealDB anymore, re-opening ...

oubiwann commented 1 year ago

One possible REST route: https://hub.qovery.com/guides/tutorial/create-a-blazingly-fast-api-in-rust-part-1/

oubiwann commented 1 year ago

Another REST option: https://rocket.rs/

oubiwann commented 1 year ago

I'm thinkin' maybe just custom TCP / packed structs with Actix?