Links
- RFC6455(https://triple-underscore.github.io/RFC6455-ja.html)
# WebSocket libraries
- [okhttp-ws](https://github.com/square/okhttp/tree/master/okhttp-ws)
- [Socket.io](https://github.com/socketio/socket.io-client)
- [Java-websocket](https://github.com/TooTallNate/Java-WebSocket)
- [java.net.Socket](https://developer.android.com/reference/java/net/Socket.html)
## okhttp-ws
- [issue](https://github.com/square/okhttp/issues/2696)
- [show websocket label](https://github.com/square/okhttp/labels/websockets)
- [WebSocketEcho.java](https://github.com/square/okhttp/blob/master/samples/guide/src/main/java/okhttp3/recipes/WebSocketEcho.java)
## My sample
- [WebSocketSample](https://github.com/kaelaela/WebSockcetSample)
### Retrofit?
- [issue](https://github.com/square/retrofit/issues/924)
- [commit](https://github.com/square/retrofit/commit/3cb49098871e9a71c4f96c46e61fc48446af3f38)