websocket
by
gorilla

Description: Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.

View on GitHub ↗

Summary Information

Updated 30 minutes ago
Added to GitGenius on April 8th, 2021
Created on October 16th, 2013
Open Issues & Pull Requests: 78 (+0)
Number of forks: 3,583
Total Stargazers: 24,806 (+1)
Total Subscribers: 373 (+0)

Issue Activity (beta)

Open issues: 47
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,203 days
Stale 30+ days: 45
Stale 90+ days: 43

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (153)
  • bug (120)
  • enhancement (29)
  • help wanted (16)
  • feature request (10)
  • documentation (4)
  • waiting on new maintainer (2)
  • build system (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 14.6 hours
Mean response time: 367.6 days
90th percentile: 1464.1 days
Tracked items: 78

Most active contributors

Detailed Description

Gorilla WebSocket is a Go implementation of the WebSocket protocol as defined in RFC 6455, designed to provide fast, well-tested, and widely-used WebSocket functionality for Go applications. The package enables bidirectional real-time communication between clients and servers, making it suitable for applications requiring live updates, streaming data, and browser-client connections.

The repository is part of the broader Gorilla web toolkit and serves as a network library for handling WebSocket protocol operations, including HTTP upgrade mechanisms and connection management. The package provides both client-side and server-side implementations, allowing developers to build scalable web applications with real-time communication capabilities. The implementation has been classified as addressing live updates, real-time communication, HTTP protocol handling, and bi-directional messaging patterns.

According to the README, the package provides a complete and tested implementation with a stable API. The repository includes comprehensive documentation through an API reference and multiple practical examples demonstrating different use cases. These examples cover chat applications, command execution, echo client-server patterns, and file watching scenarios, giving developers concrete templates for implementing WebSocket functionality in their own projects. The package has been validated against the Autobahn Test Suite, a comprehensive protocol compliance testing framework, with the test application included in the examples directory.

GitGenius activity tracking reveals that the repository maintains active issue and pull request management, with a median response latency of 14.6 hours across 78 tracked items. Bug reports represent the most common issue type with 47 tracked instances, followed by enhancement requests and feature requests. The most active contributors tracked by GitGenius include ghost with 63 events and jaitaiwan with 54 events, indicating ongoing maintenance and development activity. The repository's contributor base overlaps with major projects including Microsoft's VSCode, the Go language repository, and the Rust language repository, suggesting its importance within the broader programming community.

Installation is straightforward through Go's standard package management with the command go get github.com/gorilla/websocket. The package's focus on protocol compliance, performance, and stability makes it a foundational component for Go developers building real-time web applications. The combination of comprehensive testing, protocol compliance validation, practical examples, and active maintenance positions Gorilla WebSocket as a reliable choice for implementing WebSocket functionality in Go-based systems requiring real-time bidirectional communication between browsers and servers.

websocket
by
gorillagorilla/websocket

Repository Details

Fetching additional details & charts...