A backend software, self-hostable and ready to use to power modern apps.
You can access the Kuzzle repository on Github
The complete SDK documentation is available here
The Ruby SDK implements the websocket protocol.
Execute the following snippet to clone the GIT repository, and build the SDK. It will then be available in the "build/" directory
git clone --recursive git@github.com:kuzzleio/sdk-ruby.git
git submodule update --init --recursive
cd sdk-ruby
make