Dart SDK for Flutter released

Mobile development today is dominated by hybrid technologies that allow to develop for both Android and iOS.
Read More

Let’s code a real-time messaging mobile app with React Native

Introduction Here we are, the continuation of our series of articles on how to develop a real time messaging mobile app with React Native and Kuzzle Mobile ! It's a series of 3 ...
Read More

Kuzzle Spring Release 2020

Good morning, everyone! This period has been particularly complicated all over the world and also for us of course. Nevertheless between COVID and our IoT projects, we had time ...
Read More

Develop a real-time messaging mobile app with React Native

When it comes to mobile apps, real-time is one of the most useful features to make your application more efficient for the end user.
Read More

Bluebird vs Native vs Async/Await - 2020 State of Javascript promises performances

When we started to work on version 2 of Kuzzle a year ago, the biggest question was what kind of promises are we going to use in Kuzzle core.
Read More

Node.js 14 & AsyncLocalStorage: Share a context between asynchronous calls

Node.js 14 has been available since April 21, 2020. This version embeds a new version of v8 but also a lot of new features like the AsyncLocalStorage class of the async_hooks ...
Read More