This repository was archived by the owner on Apr 4, 2025. It is now read-only.
v1.1.0
Features
-
Add HTTP-accessible
emit,broadcast, andwhispermethods (#7, #13): 5aa8bbc
These are the HTTP-friendly versions of theSocketmethods. This allows you to transmit messages to existing WebSocket connections without requiring you (the message sender) to be a WebSocket, too. -
Add
Group.receivemethod (#12): 37a375f
Allows you to define custom routing logic. Previously, when aGroupreceived any non-internal URL, a404response code was returned by default without the ability to change it.
Chores
- Update
package.jsonmodule description: 35299b2
Full Changelog: v1.0.0...v1.1.0