Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 674 Bytes

Official Kuzzle Ruby SDK - ALPHA VERSION

About Kuzzle

A backend software, self-hostable and ready to use to power modern apps.

You can access the Kuzzle repository on Github

SDK Documentation

The complete SDK documentation is available here

Protocol used

The Ruby SDK implements the websocket protocol.

Build

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