35 lines
1003 B
Markdown
35 lines
1003 B
Markdown
# 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
|