ZhengXingchi / ZhengXingchi.github.io

Apache License 2.0
0 stars 0 forks source link

在react使用socket.io的一些思考 #91

Open ZhengXingchi opened 4 years ago

ZhengXingchi commented 4 years ago

参考文献

在vue及egg中使用socket.io MetinSeylan/Vue-Socket.io

React +Socket.io实现 网络实时推送消息

react-socket-io npm charleslxh/react-socket-io github

ZhengXingchi commented 4 years ago

参考一下 socket.io-client npm

socket.js github

ZhengXingchi commented 4 years ago

egg-socket.io

egg-socket.io/example/ github的例子

Socket.IO egg官网文档

ZhengXingchi commented 4 years ago

reacthooks与socket.io结合

mfrachet/use-socketio