https://github.com/socketio/socket.io-client-java
Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
https://github.com/socketio/socket.io-client-java
Last synced: 6 months ago
JSON representation
Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
- Host: GitHub
- URL: https://github.com/socketio/socket.io-client-java
- Owner: socketio
- License: other
- Created: 2013-04-28T17:04:05.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T21:22:18.000Z (9 months ago)
- Last Synced: 2025-05-08T18:04:56.960Z (6 months ago)
- Language: Java
- Homepage: https://socketio.github.io/socket.io-client-java/installation.html
- Size: 2.29 MB
- Stars: 5,383
- Watchers: 187
- Forks: 981
- Open Issues: 120
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- useful-java-links - Socket.io client.java - featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later. License: [MIT](https://opensource.org/licenses/MIT) , [](https://github.com/socketio/socket.io-client-java).  (III. Network and Integration / 2. Networking)
README
# Socket.IO-client Java
[](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