# socket.io-client-java **Repository Path**: ludg/socket.io-client-java ## Basic Information - **Project Name**: socket.io-client-java - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-30 - **Last Updated**: 2024-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Socket.IO-client Java [![Build Status](https://github.com/socketio/socket.io-client-java/workflows/CI/badge.svg)](https://github.com/socketio/socket.io-client-java/actions) This is the Socket.IO Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/socketio/socket.io-client). See also: - [Android chat demo](https://github.com/nkzawa/socket.io-android-chat) - [engine.io-client-java](https://github.com/socketio/engine.io-client-java) ## Table of content - [Compatibility](#compatibility) - [Documentation](#documentation) - [License](#license) ## Compatibility | Client version | Socket.IO server | | -------------- | ---------------- | | 0.9.x | 1.x | | 1.x | 2.x | | 2.x | 3.x / 4.x | ## Documentation The documentation can be found [here](https://socketio.github.io/socket.io-client-java/installation.html). The source of this documentation is in the `src/site/` directory of the repository. Pull requests are welcome! ## License MIT