This repository has been migrated. For ongoing updates, please see https://github.com/thinkjs/thinkjs/tree/master/packages/think-websocket.
WebSocket Extend for ThinkJS 3.x
npm install think-websocket
Edit config file src/config/extend.js, add options:
const websocket = require('think-websocket');
module.exports = [
// ...
websocket(think.app),
];