@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.
10 lines (9 loc) • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// region
tslib_1.__exportStar(require("./lib/socket-io-client-proxy.service"), exports);
tslib_1.__exportStar(require("./lib/socket-io-client.module"), exports);
tslib_1.__exportStar(require("./lib/socket-io-client.provider"), exports);
tslib_1.__exportStar(require("./lib/socket-io-client.strategy"), exports);
// endregion