deepstream.io-client-cpp
deepstream.io-client-cpp copied to clipboard
deepstream.io C++ client library
UNMAINTAINED
deepstream.io C++ Client

Installation
OSX (requires homebrew)
# install dependencies and run debug build
./scripts/osx-build.sh debug
Ubuntu (tested on Trusty + Xenial)
# install dependencies
sudo scripts/ubuntu-prerequisites.sh
# debug build
scripts/build-ubuntu.sh debug
Running an example client
Run an example client application against a local deepstream server
See examples folder for source.
build/bin/ds-example 'localhost:6020/deepstream'