/deepstream.io-client-cpp

deepstream.io C++ client library

Primary LanguageC++Apache License 2.0Apache-2.0

UNMAINTAINED

deepstream.io C++ Client Build Status codecov

Documentation

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'