0.0.6 • Published 2 years ago

@gulibs/tegg-wss v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TEGG wss Plugin

tegg的Websocket插件

NPM

安装

npm install --save @gulibs/tegg-wss

or

yarn add @gulibs/tegg-wss

使用和配置

  • config.default.ts
const config = {
    wss: {
      options: {
        noServer: true
        // host: '127.0.0.1',
        // port: 9100
      },
      namespace: {
        "/chat": {
          middleware: ['auth', 'chat']
        }
      }
    },
} as PowerPartial<EggAppConfig>;
  • plugin.ts
teggWebsocket: {
    enable: true,
    package: "@gulibs/tegg-wss"
}

中间件

创建/app/wss/middleware,然后在/app/wss/middleware目录创建中间件.ts文件.

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago