Hi all, Im working on a chapter about IPC and how to use it. So far I have working examples using simple std::net and tokio, but I was wondering if it can be done using Actix-web. Does anyone have an idea how it could be done? I've seen the streaming response from Actix-web, but I couldnt find a way to read that data from an IPC reader.
Any help would be appreciated Fernando,