UNPKG

@rxap/nest-socket-io-client

Version:

This package provides a NestJS module for integrating a Socket.IO client. It offers a client proxy service and a provider for managing the Socket.IO client connection, allowing NestJS applications to easily interact with Socket.IO servers.

7 lines (6 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const devkit_1 = require("@nx/devkit"); const generator_1 = require("./generator"); const schematic = (0, devkit_1.convertNxGenerator)(generator_1.default); exports.default = schematic;