Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 989 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 989 Bytes

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'