websockets

Installation
SKILL.md

WebSockets

Real-time bidirectional communication with Hub pattern

When to Use

  • Building live dashboards with real-time updates
  • Implementing chat or notification systems
  • Streaming sensor data to web clients
  • Push updates without polling

Stack

# Go Server
gorilla/websocket: "1.5+"
nhooyr.io/websocket: "1.8+"
Installs
1
First Seen
May 20, 2026
websockets — jnzader-vault/project-starter-framework