As the title
Use native js, all documents are in English. Originally, there are many concepts of websocket. Reading English is afraid of misunderstanding and it will waste time. I am a back-end person and do not plan to spend too much time on js. I just want to develop quickly. Do you have any recommended documents or libraries?
I have written that the chat room and gift sending function of the live broadcast project is similar to the Douyu web version. You can use node.js+socket.io. It is simple and easy to use.
If you are worried about the front end, it is very simple, because the js websocket is very simple, just connect it, and the rest is the data format you define. . .
Swoole extends the websocket server, and the front-end can use js to connect to the websocket server
workerman