·websockets-realtime
</>

websockets-realtime

travisjneuman/.claude

Real-time communication with WebSockets, Server-Sent Events, and related technologies. Use when building chat, live updates, collaborative features, or any real-time functionality.

5Installs·0Trend·@travisjneuman

Installation

$npx skills add https://github.com/travisjneuman/.claude --skill websockets-realtime

SKILL.md

| WebSocket | Bidirectional | Chat, gaming, collaboration | | Server-Sent Events | Server → Client | Live feeds, notifications | | Long Polling | Simulated bidirectional | Fallback, simple updates | | WebRTC | Peer-to-peer | Video calls, file sharing |

| Connection drops | Idle timeout | Implement heartbeat | | Messages lost | No acknowledgment | Add message IDs + acks | | High latency | Large messages | Use binary, compress | | Memory leak | Unclosed connections | Proper cleanup | | Cross-origin blocked | Missing CORS | Configure server CORS |

Real-time communication with WebSockets, Server-Sent Events, and related technologies. Use when building chat, live updates, collaborative features, or any real-time functionality. Source: travisjneuman/.claude.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/travisjneuman/.claude --skill websockets-realtime
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is websockets-realtime?

Real-time communication with WebSockets, Server-Sent Events, and related technologies. Use when building chat, live updates, collaborative features, or any real-time functionality. Source: travisjneuman/.claude.

How do I install websockets-realtime?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/travisjneuman/.claude --skill websockets-realtime Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/travisjneuman/.claude