scalable-websocket-nestjs
scalable-websocket-nestjs copied to clipboard
Scalable websockets with Nest & Redis
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [@nestjs/platform-socket.io](https://github.com/nestjs/nest). These dependencies need to be updated together. Updates `engine.io` from 3.4.0 to 6.2.1 Release notes Sourced from engine.io's releases. 6.2.1 :warning:...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.3. Release notes Sourced from socket.io-parser's releases. 3.3.2 Bug Fixes prevent DoS (OOM) via massive packets (#95) (89197a0) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2 3.3.1 Links Diff: https://github.com/socketio/socket.io-parser/compare/3.3.0...3.3.1...
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Documentation: https://socket.io/docs/v4/redis-adapter/
Somebody have a problem connect the sockets from a server to an app build in reactjs? React: "react": "16.8.6"
**Change** ``` private consumeEmitToAuthenticatedEvent = ( eventInfo: RedisSocketEventEmitDTO, ): void => { const { event, data } = eventInfo; return this.socketStateService .getAll() .forEach((socket) => socket.emit(event, data)); }; ``` **to** ```...
Bumps [@nestjs/core](https://github.com/nestjs/nest) from 6.11.5 to 9.0.5. Release notes Sourced from @nestjs/core's releases. v9.0.5 (2022-07-20) Bug fixes common, platform-express #9819 fix: use pipeline over stream.pipe (@jmcdo29) Enhancements microservices #9798 feat(microservices): add...