#ofxSokectIOClient
openFrameworks addon of socketIO client worked at OSX 10.8
using Sokect.IO Client++, websocket++ ,and rapidjson.
This library is able to connect to a Socket.IO server, and then send and receive messages.
##about installing into existing project
- drag "lib" and "src" folder into Project Navigator in Xcode
- header search path ../../../addons/ofxSocketIOClient/lib/websocketpp/src ../../../addons/ofxSocketIOClient/include
##how to run example
- install socketIO
- run test.js ( : example/test.js ) from terminal.
- build and run example