doc cobra

This commit is contained in:
Benjamin Sergeant 2019-04-21 11:52:38 -07:00
parent 1189b5f693
commit b6b9ffd15c
3 changed files with 4 additions and 1 deletions

View File

@ -191,7 +191,7 @@ CMakefiles for the library and the examples are available. This library has few
There is a Dockerfile for running some code on Linux, and a unittest which can be executed by typing `make test`.
You can build and install the ws command line tool with Homebrew.
You can build and install the `ws command line tool` with Homebrew.
```
brew tap bsergean/IXWebSocket

View File

@ -6,6 +6,8 @@ all: brew
install: brew
# Use -DCMAKE_INSTALL_PREFIX= to install into another location
# on osx it is good practice to make /usr/local user writable
# sudo chown -R `whoami`/staff /usr/local
brew:
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 .. ; make -j install)

1
ws/ixcobra/README.md Normal file
View File

@ -0,0 +1 @@
Client code to publish to a real time analytic system, described in [https://bsergean.github.io/redis_conf_2019/slides.html#1](link).