<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									MySql connection without PHP - Networking from HTML5				            </title>
            <link>https://quartexdeveloper.com/community/networking-from-html5/mysql-connection-without-php/</link>
            <description>Quartex Pascal Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 10 Sep 2026 01:04:49 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: MySql connection without PHP</title>
                        <link>https://quartexdeveloper.com/community/networking-from-html5/mysql-connection-without-php/#post-4473</link>
                        <pubDate>Tue, 21 Oct 2025 14:16:46 +0000</pubDate>
                        <description><![CDATA[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 re...]]></description>
                        <content:encoded><![CDATA[<p>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.</p>]]></content:encoded>
						                            <category domain="https://quartexdeveloper.com/community/networking-from-html5/">Networking from HTML5</category>                        <dc:creator>Jon Lennart Aasenden</dc:creator>
                        <guid isPermaLink="true">https://quartexdeveloper.com/community/networking-from-html5/mysql-connection-without-php/#post-4473</guid>
                    </item>
				                    <item>
                        <title>MySql connection without PHP</title>
                        <link>https://quartexdeveloper.com/community/networking-from-html5/mysql-connection-without-php/#post-99</link>
                        <pubDate>Tue, 05 Dec 2023 13:06:05 +0000</pubDate>
                        <description><![CDATA[I would like to connect directly to mysql database and retrieve datas (exactly mariadb)Is this possible without php?]]></description>
                        <content:encoded><![CDATA[<p>I would like to connect directly to mysql database and retrieve datas (exactly mariadb)<br /><br />Is this possible without php?</p>]]></content:encoded>
						                            <category domain="https://quartexdeveloper.com/community/networking-from-html5/">Networking from HTML5</category>                        <dc:creator>Szilard</dc:creator>
                        <guid isPermaLink="true">https://quartexdeveloper.com/community/networking-from-html5/mysql-connection-without-php/#post-99</guid>
                    </item>
							        </channel>
        </rss>
		