WebSocket and realtime communication with sails-hook-sockets for Sails.js applications. Use this skill when building chat, notifications, live updates, presence tracking, or any feature that requires persistent bidirectional communication between server and client.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
WebSocket and realtime communication with sails-hook-sockets for Sails.js applications. Use this skill when building chat, notifications, live updates, presence tracking, or any feature that requires persistent bidirectional communication between server and client.
Sails provides two tiers of realtime support via sails-hook-sockets: low-level room-based messaging (sails.sockets) and high-level model-centric notifications (Resourceful PubSub). Both use Socket.IO under the hood and integrate seamlessly with Sails' request lifecycle.
When to Use
Use this skill when:
Building chat, messaging, or collaborative features
Sending live notifications to specific users or groups
Broadcasting model changes (created, updated, destroyed) to subscribers
Tracking online presence or user status
Creating live dashboards with auto-updating data
Configuring WebSocket security, Redis adapters, or multi-server deployment
Integrating sails.io.js with React, Vue, or Svelte frontends
Rules
Read individual rule files for detailed explanations and code examples: