mrniko/netty-socketio

Socket.IO server implemented on Java. Realtime java framework

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 9th, 2026
Created on January 12th, 2012
Open Issues & Pull Requests: 438 (+0)
GitHub issues: Enabled
Number of forks: 1,668
Total Stargazers: 7,019 (+0)
Total Subscribers: 387 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.5 days
Mean response time: 119.7 days
90th percentile: 251.5 days
Tracked items: 40

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed. Three people close 59% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 33
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 649 days
Stale 30+ days: 32
Stale 90+ days: 30

Recent activity

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

Top labels

  • bug (1)
  • feature (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Netty-socketio is a Socket.IO server implementation for Java built on the Netty framework that enables real-time bidirectional communication between clients and servers.

The project solves the problem of adding real-time messaging capabilities to Java applications by providing a server-side Socket.IO implementation compatible with Socket.IO client versions 1.x through 4.x. It supports both xhr-polling and websocket transports, allowing clients to connect through whichever mechanism their environment permits. The implementation handles namespaces, rooms, message acknowledgments, and SSL encryption. For scaling across multiple server instances, it offers distributed broadcast capabilities through Redisson or Hazelcast, and it provides client session storage options including in-memory, Redisson, and Hazelcast backends.

Developers should choose this tool when building Java applications that require real-time communication with web or mobile clients using the Socket.IO protocol. It suits projects ranging from multiplayer applications to collaborative platforms and live data streaming systems. The project is production-ready, with a lock-free and thread-safe implementation designed for high concurrency. It integrates well with Spring and supports OSGi, and it includes Java module information for JPMS compatibility, though building requires Java 11 or later despite JAR compatibility with Java 8.

The project maintains a substantial user base, with almost all open issues originating from external adopters rather than the core team. Responses to issues and pull requests typically arrive within one to two weeks. Development activity centers on bug fixes and feature requests, reflecting ongoing refinement based on real-world usage patterns.