Fanout
A simple fanout pubsub message server
Install / Use
/learn @travisghansen/FanoutREADME
Fanout is meant to creat a simple pubsub server to handle sending messages and receiving messages on different channels.
Protocol:
ping - replies with current timestamp on the server info - replies with some basic info about the server subcribe <channel> unsubscribe <channel> announce <channel> <message>
Each request sent to the server must end with a \n. This means neither <channel> nor <message> can contain a \n itself directly (of course all of them can be encoded ie: base64).
<channel> must not contain the '!' character or spaces. <message> can contain the '!' character
Each message announced on a channel will be sent out as:
<channel>!<message>
ending with \n to all the subscribed clients.
2 special channels are automatically created and should not be used.
all - every client connected to the service is subscribed to this channel
debug - is used to send back messages to individual clients, for example upon connection "debug!connected..." is sent to confirm connection.
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
