Playing with Python tinyrpc
Sep 11, 2025
Following the read on capnweb, i decided to implement something cool with tinyrpc from a decade ago in python (nostalgia)
Which is just a queueing system that takes an input and process it. the client does not wait for response. once the processing is done, notifies the client.
tinyrpc implemt