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. . .
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