sacOO7 / socketcluster-android-demo

Sample chat app demo built using socketcluster framework in node.js
MIT License
12 stars 2 forks source link

Question about data persistence #4

Open VirgileDjimgou opened 5 years ago

VirgileDjimgou commented 5 years ago

I wanted to know if there is a mechanism for saving the data of a channel in a relational database (i.e mysql or ...) or non-relational database. in case a client disconnects from a channel does it exist a data synchornisation mechanism so that it receive the data exchanged when it was not connected like a snapshoot ? I read an article mentioning this Mechnismus (https://blog.baasil.io/socketcluster-design-patterns-for-chat-69e76a4b1966 )... but unfortunately I do not see any API in the documentation on the website .