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.

5 lines (4 loc) 199 B
export * from './lib/socket-io-client-proxy.service'; export * from './lib/socket-io-client.module'; export * from './lib/socket-io-client.provider'; export * from './lib/socket-io-client.strategy';