# tywo45/t-io

T-io is a network programming framework developed based on Java AIO. From the collected cases, t-io is widely used for IoT, IM, and customer service, making it a top-notch network programming framework

Repository: https://github.com/tywo45/t-io
Canonical: https://ross.abutalabs.com/products/t-io
Homepage: https://www.tiomq.com/books/doc/126/1004
Language: Java
License: Apache-2.0
License Family: permissive
Topics: t-io, socket, websocket, tcp, im, tio, aio, iot, protocol, udp
Last push: 2025-06-24T08:16:21+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 28, release rhythm 8, longevity 100
- inputs: {"age_days": 3443, "days_push": 435, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1849, forks 574 (observed 2026-08-28T04:05:44.182181+00:00)

## What it is
t-io is a Java network programming framework built on Java AIO that simplifies building high-performance TCP/UDP and WebSocket servers. It provides built-in heartbeat handling, user/token/group binding, and per-channel traffic monitoring, and is widely used for IoT, IM, and customer service applications.

## Use cases
- build an instant messaging server in Java
- implement custom TCP protocols for IoT devices
- create a WebSocket server for real-time chat
- manage long-lived connections with heartbeat detection
- build a customer service messaging backend
- unify TCP and UDP business logic behind one API

## When to choose
- you need high-performance long-connection networking on the JVM
- you want built-in user, token, and group binding for IM-style apps
- you need both TCP and UDP support with a unified API
- you want per-connection traffic and heartbeat monitoring out of the box

## When to avoid
- you need a general-purpose HTTP/REST web framework
- you prefer Netty's larger ecosystem and community
- your project is not on the JVM
- you need non-blocking I/O on platforms without Java AIO support

## Facets
- artifact type: framework
- maturity: active
- function: websocket, networking, middleware, monitoring
- domain: networking, iot, developer-tools
- platform: jvm, cross-platform
- tags: aio, tcp, udp, socket, im, instant-messaging, protocol, java-framework, long-connection, messaging, real-time

## Member repositories
- tywo45/t-io (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.182181+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:17:46.676644+00:00, confidence not recorded.
  - readme: https://github.com/tywo45/t-io (fetched 2026-08-28T04:05:44.182181+00:00, sha dffcdfdd81c0)
  - homepage: https://www.tiomq.com/books/doc/126/1004 (fetched 2026-08-29T10:56:30.875226+00:00, sha 44136fa355b3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
