ThinkJS Socket.io uWebSocket
ThinkJS 2.x Socket.io adapter, that's implement uWebsockets
Install
npm install think-socket-uws
How to use
register adapter
;think;
add above code in bootstrap file, like src/common/boostrap/adapter.js
.
change view type
change adapter type in file src/common/config/websocket.js
,
type: 'uws' adapter: uws: //uws socket.io options