We want to split up the handlers for the different RPCs, so that we can work on each in parallel. Write a router for this and organize a file that can contain these handlers.
Part of this task is also to create a method for serializing and deserializing the RPCs
Definition of done
A socket can receive a serialized message, parse it and send it to a different function for handling.
We want to split up the handlers for the different RPCs, so that we can work on each in parallel. Write a router for this and organize a file that can contain these handlers.
Part of this task is also to create a method for serializing and deserializing the RPCs
Definition of done
A socket can receive a serialized message, parse it and send it to a different function for handling.