javax.websocket client simple example
Can someone please provide me very simple example of websocket client using javax.websocket
?
I want to connect to websocket (ws://socket.example.com:1234), send message (add channel) and listen to messages. All messages (sent & listened) are in JSON format.
And btw is this library the best for simple websocket communication?