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 Python 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-python3.git
git submodule update --init --recursive
cd sdk-python3
make