Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T12:12:45.000Z (3 months ago)
- Last Synced: 2024-10-08T10:17:22.368Z (about 1 month ago)
- Language: Java
- Homepage: https://socketio.github.io/socket.io-client-java/installation.html
- Size: 2.24 MB
- Stars: 5,331
- Watchers: 190
- Forks: 975
- Open Issues: 113
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
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