
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
@greymass/buoy
Advanced tools
Client for buoy message forwarder.
The @greymass/buoy package is distributed as a module on npm.
yarn add @greymass/buoy
# or
npm install --save @greymass/buoy
import {send} from '@greymass/buoy'
await send('hello', {service: 'https://cb.anchor.link', channel: 'my-unique-channel-id'})
import {receive} from '@greymass/buoy'
const message = await receive({service: 'https://cb.anchor.link', channel: 'my-unique-channel-id'})
import {Listener} from '@greymass/buoy'
const listener = new Listener({service: 'https://cb.anchor.link', channel: 'my-unique-channel-id'})
listener.on('message', (message) => {
console.log('message', message)
})
// make sure to subscribe to the error event or they will be thrown
listener.on('error', (error) => {
console.warn('listener error', error)
})
You need Make, node.js and yarn installed.
Clone the repository and run make to checkout all dependencies and build the project. See the Makefile for other useful targets. Before submitting a pull request make sure to run make lint.
Made with ☕️ & ❤️ by Greymass, if you find this useful please consider supporting us.
FAQs
Client for buoy message forwarder
We found that @greymass/buoy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.