Rustenstore Networking Part1

Posted on Aug 25, 2021

Yesterday I started working on the networking side of Rustenstore.

I made a TCP server that is able to receive messages and send it back to the client. This is totaly not the aim of Rustenstore but it is a working base for networking.

Next steps are :

  • Organize the code in modules
  • Refactor the code in components to make it less of a sandbox

I don’t think I will have time to do that today but I am hyped !