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: about 1 month ago
JSON representation

Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.

Lists

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