I want to implement a Robot Framework Remote Library in order to both provide Python classes and Robot Framework Keywords available for multiple clients; this is my idea to aviod copy/paste codes on multiple servers.
I followed instructions described here which is trying to implement a server providing Python classes. I also found this which is implying how I can implement my own server.
But I found nothing while googling around about how to make a server to provide Robot Framework Keywords. Any idea how can I implement such server?