Kuzzle is an “on premises” (ie self-hostable) back-end solution for various applications: web, mobile, IoT, information systems… The back-end of an application is what the end-user doesn’t see. To say it in other words, it’s the backstage of the application. An on premises back-end is an installable, ready-to-use product made to handle all your back-end needs. Kuzzle back-end enables application developers to focus on the core of their job. Kuzzle offers an API to manage application data: in real-time, synchronization, notification, storage, research, data analysis, etc.
KUZZLE KEY FEATURES
Kuzzle subscription system allows to receive notifications about real-time messages, document changes, and other users activity.
But that’s not all, our subscription system embeds a fine-grained filter system including geolocation functionalities. This enables you to subscribe only to what is needed by your applications.
Do you want to receive real-time notifications about players in the same game room? From people located around you? Or get some news about specific products?
Let Kuzzle filter these notifications for you, and focus only on building your application!
Kuzzle features a complete rights management layer, using users, profiles, and roles to separate and distribute rights attribution.
This system allows defining rights with precision, while keeping the management of large number of users easy.
Every application needs a back-end, but no back-end can answer to every possible use cases on its own.
That’s why we dedicated a lot of efforts to create a thorough yet easy to use plugin system.
Thanks to it, you can adapt Kuzzle to fit your needs.
To make sure Kuzzle will be able to adapt to your environment, we made almost every aspect of Kuzzle accessible to plugins.
We set up five plugin classes:
Lightweight and working on any web browser, Kuzzle Back-Office let you navigate and modify your database, view real-time messages, administrate users, and also system metrics.
Many more functionalities will be added during beta version as we want to make Kuzzle’s Back-Office able to manage every aspect of Kuzzle.
Using Kuzzle within your application can be done using Kuzzle SDKs.
All SDKs share the same structure, and strictly follow our SDK Documentation.
This means that building multi-devices applications with different languages will lead to similar code to access Kuzzle, reducing development and maintenance costs.
We also have mobile devices in mind: our SDKs include an advanced offline mode, allowing to easily handle network instability.
Kuzzle currently features a Javascript/NodeJS SDK and an Android SDK.
Other SDKs will be added in the future.
Allow front-end / UI team to build modern apps without any backend gurus, they just need a Kuzzle SDK. You can reduce the back-end development time & cost and focus more on the user-interface.
Because Kuzzle is an open-source project, you can contribute and improve functionalities. We have some basic contributing rules to follow, but nothing too compelling. There are mainly 3 ways of contributing, depending on what you have in mind for Kuzzle. Since we adopted a plugin-centered system, the easiest way to add new functionalities is to write new plugins. You can check our Plugins Documentation in our main project repository. You can find some plugins examples on github.
On the other hand, if you have any idea that could globally improve Kuzzle you can also contribute to the core project.
Lastly, we have a JS/NodeJS SDK and an Android one. We have already planned to write an iOS SDK during beta. So if you wish to use Kuzzle with other languages, do add your own SDK!