pscott / TaskMaster

TBD
0 stars 0 forks source link

Impl client server arch #11

Closed pscott closed 3 years ago

pscott commented 3 years ago

This PR implements the client / server architecture. Binaries are called taskmasterd and taskmasterctl.

Messages are sent through a TcpStream (can be changed to sockets later on), via JSON format (using serde_json). For the moment, the server only deserializes the message, and then answers back to the client. No execution is done.