...
Denoβ€’3y agoβ€’
98 replies
..

How can I send a number across a Deno.TcpConn as stream of bytes?

I need to send a number across a Deno.TcpConn as 4 bytes, so it can be read by a server as an int32.
Was this page helpful?