I want to know how to connect to the live chat room of Poly TV? ...
using node s net module , the format of transmission is expected to be json, but net.write only supports buffer and strings , so I use json.stringify to format object data when running a chat room, the first user logs in and prints normally, while th...