socket-controllers icon indicating copy to clipboard operation
socket-controllers copied to clipboard

Use class-based controllers to handle websocket events.

Results 51 socket-controllers issues
Sort by recently updated
recently updated
newest added

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...

type: feature
type: discussion

**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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=15.12.1&new-version=18.8.3)](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...

dependencies

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...

dependencies

### 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...

type: feature
flag: needs discussion

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...

dependencies

### 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...

type: feature
flag: needs discussion

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rimraf&package-manager=npm_and_yarn&previous-version=5.0.4&new-version=5.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of...

dependencies

### Description A documentation site should be available for socket-controllers ### Proposed solution Setup a site using docusaurus

type: feature
flag: needs discussion