issues
search
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
Implement basic syncing client
#98
Open
oubiwann
opened
1 year ago
oubiwann
commented
1 year ago
Tasks:
[x] Do some actix reading
[x] Find a good place in rucksack for the code
[ ] Stub out a basic client implementation
[ ] Add some subcommands to the CLI to make a basic client call to a running server
[ ] Update the command docstrings
oubiwann
commented
1 year ago
https://mainmatter.com/blog/2018/06/27/actix-tcp-client/
https://github.com/actix/examples/blob/master/websockets/chat-tcp/src/session.rs
Tasks: