I'm setting up a new nodejs udp server, and want to send only one bit of data to another udp client.
But I find that the smallest size of Buffer is one Byte which contains 8 bits.
Is there any way to send only one bit of data in nodejs?
I'm setting up a new nodejs udp server, and want to send only one bit of data to another udp client.
But I find that the smallest size of Buffer is one Byte which contains 8 bits.
Is there any way to send only one bit of data in nodejs?