0.0.6 • Published 6 months ago

@gulibs/tegg-wss v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.0.2

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.6

6 months ago

0.0.1

1 year ago