@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.
36 lines (29 loc) • 1.48 kB
Markdown
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.
[](https://www.npmjs.com/package/@rxap/nest-socket-io-client)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](#installation)
- [Generators](#generators)
- [init](#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/nest-socket-io-client
```
**Install peer dependencies:**
```bash
yarn add @nestjs/common @nestjs/config @nestjs/microservices rxjs socket.io-client
```
**Execute the init generator:**
```bash
yarn nx g @rxap/nest-socket-io-client:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/nest-socket-io-client:init
```