#websockets
Read more stories on Hashnode
Articles with this tag
Sockets can only transmit binary (text.) Imagine we have this data const message = {id: '123', name: 'Reilly', message: 'Hey'} Here's the problem: we...