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

kuzzleio/sdk-c

Repository files navigation

Official Kuzzle C SDK

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 C SDK implements the websocket protocol.

Installation

Clone the depot

git clone --recursive git@github.com:kuzzleio/sdk-c.git

Build

make

You should now have the SDK in the build directory.