[12:37:28] Hi! I'm doing a mobile app for a wiki I have hosted myself. For this mediawiki installation, is the MariaDB database compatible with using websockets for real-time sync within the frontend and the backend? or what do you recommend me? [12:39:50] akronix: mariadb (and I suspect any db) is not websocket compatible. You should try to use the existing MediaWiki api, or write your own [12:46:53] maybe with something like https://github.com/lachrist/mariaws ?