Notifications
Clear all
Networking from HTML5
2
Posts
2
Users
0
Reactions
717
Views
Topic starter
I would like to connect directly to mysql database and retrieve datas (exactly mariadb)
Is this possible without php?
Posted : 05/12/2023 3:06 pm
QTX supports node.js and have a considerable portion of its RTL dedicated to that. What you would do is implement a node server who manages the database, then you can (for example) have a rest API exposed for accessing it. Or, personally, I would use a websocket connection and Ragnarok, combined with SSL and a bit of security. We use MariaDB on our back-end which is written in QTX itself.
Posted : 21/10/2025 4:16 pm