文件名称:stan-strategy:基于stan.js软件包的Nestjs微服务的NATS流服务器策略和客户端
文件大小:110KB
文件格式:ZIP
更新时间:2024-04-26 05:56:34
nodejs javascript typescript nats nest
描述 基于软件包的的NATS流服务器策略和客户端模块。 安装 $ npm i --save @nestjs-ex/stan-strategy 用法 要使用STAN传输器,请将以下选项对象传递给createMicroservice()方法: import { NestFactory } from '@nestjs/core' ; import { StanStrategy } from '@nestjs-ex/stan-strategy' ; import { AppModule } from './app.module' ; async function bootstrap ( ) { const app = await NestFactory . createMicroservice ( AppModule , { strategy : new Stan
【文件预览】:
stan-strategy-master
----.gitignore(146B)
----package.json(2KB)
----package-lock.json(422KB)
----.commitlintrc.json(466B)
----CONTRIBUTING.md(0B)
----index.js(167B)
----tsconfig.json(459B)
----.release-it.json(146B)
----.eslintrc.js(708B)
----README.md(4KB)
----.eslintignore(25B)
----index.ts(24B)
----lib()
--------stan-client.module.ts(2KB)
--------stan.strategy.ts(6KB)
--------stan.context.ts(405B)
--------interfaces()
--------stan-client.constants.ts(130B)
--------stan-client.service.ts(5KB)
--------index.ts(172B)
--------stan-client.providers.ts(294B)
----jest.json(314B)
----.npmignore(191B)
----renovate.json(157B)
----.prettierrc(52B)
----index.d.ts(24B)