混合应用
混合应用
混合应用程序
是监听HTTP请求,以及利用连接微服务的的应用INestApplication
可以与无尽数量进行组合INestMicroservice
,通过实例connectMicroservice()
方法。
const app = await NestFactory.create(ApplicationModule
const microservice = app.connectMicroservice{
transport: Transport.TCP,
}
await app.startAllMicroservicesAsync(
await app.listen(3001