Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

v1.1.0

Choose a tag to compare

@lukeed lukeed released this 12 Jan 22:12
· 14 commits to master since this release

Features

  • Add HTTP-accessible emit, broadcast, and whisper methods (#7, #13): 5aa8bbc
    These are the HTTP-friendly versions of the Socket methods. This allows you to transmit messages to existing WebSocket connections without requiring you (the message sender) to be a WebSocket, too.

  • Add Group.receive method (#12): 37a375f
    Allows you to define custom routing logic. Previously, when a Group received any non-internal URL, a 404 response code was returned by default without the ability to change it.

Chores

  • Update package.json module description: 35299b2

Full Changelog: v1.0.0...v1.1.0