Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

thinkjs/think-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been migrated. For ongoing updates, please see https://github.com/thinkjs/thinkjs/tree/master/packages/think-websocket.

think-websocket

Build Status Coverage Status npm

WebSocket Extend for ThinkJS 3.x

Install

npm install think-websocket

How to Use

Edit config file src/config/extend.js, add options:

const websocket = require('think-websocket');
module.exports = [
  // ...
  websocket(think.app),
];

About

WebSocket for ThinkJS 3.x

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors