javascript - I plan to write a websocket front-end for the php backend. Which library is the fastest? Chinese documents are the most complete?
给我你的怀抱
给我你的怀抱 2017-05-16 13:04:51
0
4
644

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?

给我你的怀抱
给我你的怀抱

reply all(4)
曾经蜡笔没有小新

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template