koa-websocket

Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.

MIT License

Downloads
90.7K
Stars
257
Committers
9

Bot releases are hidden (Show)

koa-websocket - 7.0.0 Latest Release

Published by kudos over 2 years ago

Breaking Changes

koa-websocket - 6.0.0

Published by kudos over 5 years ago

Improvement

  • Upgrade ws to 7.0.1, which drops support for Node 6.
  • Upgrade dev deps to fix a vuln with js-yaml.
koa-websocket - 5.0.1

Published by kudos over 6 years ago

Bugfix

  • Remove accidental addition of npm from dependencies
koa-websocket -

Published by kudos over 6 years ago

Security

  • Upgraded all dependencies, including for ws to fix some security issues.
koa-websocket -

Published by kudos almost 7 years ago

Improvements

  • Added support for passing https server options, enabling wss support - @stripedpajamas
koa-websocket - 4.0.0

Published by kudos over 7 years ago

Note: Koa v2 support is now in master and the default release on npm.

Improvements

  • Switch Koa v2 support to master, and moved v1 to the legacy branch.
  • Added ability to set websocket options.
  • Upgraded to websocket 2.x.
koa-websocket - 2.1.0

Published by kudos about 8 years ago

Improvements

  • Bubble up socket errors
  • Minor cleanups
koa-websocket - 3.0.1

Published by kudos about 8 years ago

Because NPM wouldn't let me retroactively tag 3.0.0 as next instead of latest.

koa-websocket - 3.0.0

Published by kudos about 8 years ago

This is a pre-release for compatibility with Koa 2. Doing npm install koa-websocket will continue to give you 2.x until Koa 2 is stable.

Improvements

Koa 2 compatibility.

koa-websocket - 2.0.0

Published by kudos about 8 years ago

Improvements

  • Bump ws major for DoS fix.
koa-websocket - 1.1.0

Published by kudos about 9 years ago

Improvements

  • Update ws to 0.8.0 for iojs 3+ support
koa-websocket - 1.0.0

Published by kudos over 9 years ago

Improvements

  • Expose koa context object instead of socket as this, attach active ws socket to context object on websocket.

Bugs

  • Fix ws urls containing query parameters.
koa-websocket -

Published by kudos over 9 years ago