If it's possible in C then it's possible in Nim. The question is whether you 
want to go down that low and do it yourself. If you want to interact with 
kernel buffers, you could try implementing something with io_uring if you're on 
Linux. Someone's working on a [Nim port of 
liburing](https://github.com/blackmius/nimuring), you may want to check that 
out if you're curious.

Reply via email to