socket-controllers
socket-controllers copied to clipboard
Use class-based controllers to handle websocket events.
I forked the repo the other day and have been working on creating an additional decorator that allows you to emit a socket message when a specific type of Error...
**For class validation** See https://github.com/typestack/routing-controllers#auto-validating-action-params Routing-controllers uses @Body(), but this library uses @MessageBody(), so enabling validation during the bootstrap initialization would inject this function into the @MessageBody() decorator. **For current...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.12.1 to 18.8.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
### Description I need to be able to get the socket's rooms when the user disconnects. However, the "disconnect" event fires after disconnect so we can't get the rooms from...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...
### Description I am migrating to socket-controllers from an existing socket.io installation, which is using typings for messages, parameters, and socket data (I don't use ServerEvents yet). This looks like...
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.4 to 5.0.5. Commits 3cc9222 5.0.5 562b912 tshy 1.2.2, build with main See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of...
### Description A documentation site should be available for socket-controllers ### Proposed solution Setup a site using docusaurus