Hello,
I want to use websockets and make a client that would connect to my websocket server made with nodejs.
I see the readme note about using ofxJSONRPC to use websockets. Thing is: I really don't want to use JSON RPC, only bare websockets.
I had a look at the code but I do not understand how to make a simple websocket client.
Any hints or example will be great.
Thanks!