What's wrong with sending raw bytes over a socket. Nim doesn't stop you from 
using blobs, `addr myseq[0], myseq.len * sizeof(myseq[0])` is your friend. ;-)

Reply via email to