A C++ utility for speaking DDP to Meteor
servers over a websocket.
- Connects to a meteor server over a websocket and sets up initial collection subscription
- Very much a work in progress - not ready for any kind of public usage yet
- boost (
system
andrandom
libs) - websocketcpp
My motivation for writing this is to make a utility for talking to Meteor servers, and expose data sourced from Meteor.Collections in an easy to consume way on the C++ side.
As an initial application, I will be using this as a way to provide realtime data to OpenGL/C++ based visualizations. I don't know a lot of C++ yet, so I am learning as I go.
- Decide on a good C++ utility for serializing and deserializing JSON.
- Package this as a library, and expose a useful API