Kuzzle provides popular toolkits that developers need to build hybrid and native apps for iOS and Android. It's a backend solution rich in features, including a database, search, API, security ACL, notifications, offline first, messaging, and geofencing. Use our SDKs for Javascript, iOS, Android, React Native, Progressive Web Apps & more. The great thing about Kuzzle is that you can install it anywhere!
Reduce your development time with Kuzzle SDKs,
these provide easy access to Kuzzle API to help you get started
quickly.
To learn more read our guide
// Gets the current timestamp of Kuzzle Server
try {
const timestamp = await kuzzle.server.now();
console.log('Epoch-millis timestamp:', timestamp);
} catch (error) {
console.error(error.message);
}
public void getTimestamp() {
//Instantiate and connect to Kuzzle
kuzzle = new Kuzzle("localhost");
//Get the timestamp
kuzzle.now(new ResponseListener() {
@Override
public void onSuccess(Object response) {
doSomething(response);
}
@Override
public void onError(JSONObject error) {
handleError(error);
}
});
}
The Kuzzle Admin Console is an open-source, standalone web UI that you can use to manage your Kuzzle installation. Run it locally or on the cloud and configure indexes, collections, schemas, roles, policies and much more.
The first IoT tracking solution carried out this summer showed Bouygues Construction teams that we could integrate different geolocation solutions, display them on a map and use the data in just a few weeks! With Kuzzle, development is no longer a matter of months, but weeks.
Nicolas Lemaire
CEO of Omniscient