docs: state socket.io 2.x support (#627)

This commit is contained in:
yujiosaka
2020-12-08 19:09:39 +09:00
committed by GitHub
parent 63eefa2bfd
commit d7e807b7f9

View File

@@ -1,7 +1,7 @@
# Socket.IO-client Java # Socket.IO-client Java
[![Build Status](https://travis-ci.org/socketio/socket.io-client-java.png?branch=master)](https://travis-ci.org/socketio/socket.io-client-java) [![Build Status](https://travis-ci.org/socketio/socket.io-client-java.png?branch=master)](https://travis-ci.org/socketio/socket.io-client-java)
This is the Socket.IO v1.x Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/socketio/socket.io-client). This is the Socket.IO v1.x and v2.x Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/socketio/socket.io-client).
See also: See also:
@@ -192,4 +192,3 @@ This library supports all of the features the JS client does, including events,
## License ## License
MIT MIT