monolith-websocket-pubsub - Implement real-time websocket pub/sub functionality
Use the built-in websocket pub/sub layer for real-time communication
Tags
Updated: 2026-02-12Capabilities
Typical Inputs
Typical Outputs
What this skill does
- subscribe to channels
- publish messages
- handle client connections
- manage channel subscriptions
- broadcast messages
Inputs
- WebSocket connections
- channel identifiers
- message data
- subscription commands
Outputs
- real-time messages
- WebSocket responses
- channel broadcasts
- persisted messages
Requirements
- Go monolith application
- websocket endpoint access
- channel naming strategy
- frontend client implementation
