Re: [whatwg] NoDatabase databases

On 05/01/2013 10:57 PM, Brett Zamir wrote:
> I wanted to propose (if work has not already been done in this area)
> creating an HTTP extension to allow querying for retrieval and
> updating of portions of HTML (or XML) documents where the server is so
> capable and enabled, obviating the need for a separate database (or
> more accurately, bringing the database to the web server layer).
Can't you use JavaScript to do this already? Just put each part of the
page in a separate HTML or XML files, then have JavaScript request the
parts it needs and put insert them into the DOM as needed.

Received on Friday, 16 August 2013 21:17:11 UTC