Just a quick query - how much data (in bytes) do strings occupy? Does each character in a string take up one byte?
I attempted to look it up, but unfortunately ws schools didn't provide an answer...
I'm curious about this as I'm looking to minimize bandwidth usage in my web application.
On another note, for those who are familiar with it, does socket.io automatically convert data to JSON when using socket.emit()
?