<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Redefined Technology of Development]]></title>
        <description><![CDATA[Development redefined with New Technology]]></description>
        <link>https://doc.TML.ink/</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Thu, 28 Feb 2019 23:41:42 GMT</lastBuildDate>
        <atom:link href="https://doc.TML.ink/rss?feed" rel="self" type="application/rss+xml"/>
        <author><![CDATA[TML, Inc.]]></author>
        <managingEditor><![CDATA[contact@TML.ink]]></managingEditor>
        <webMaster><![CDATA[contact@TML.ink]]></webMaster>
        <category><![CDATA[doc.tml.ink]]></category>
        <item>
            <title><![CDATA[About this book]]></title>
            <description><![CDATA[This book aims to be a comprehensive guide to developing real-time applications, webs, games and WeChat mini-programs faster and better. With a new technology, the development efficiency is ten times faster, and the cost is reduced tenfold.]]></description>
            <link>https://doc.tml.ink/index.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/index.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Introduction]]></title>
            <description><![CDATA[X-Server is both a modern backend service platform redefined development with new technology and a reference implementation of realtime architecture pattern server that provides high performance, high availability, automatic scaling, and a set of accessible, reusable, well-tested, and almighty API based on our patent.
Building responsive, mobile-first projects on the web with X-Server backend service platform will get more done, more simple, secure, and faster than ever.
Quickly prototype your ideas or build your entire app with our SaaS & BaaS platform, responsive grid system, extensive prebuilt components, and powerful plugins built on Node.js.
X-Server provides horizontal scalability as part of its core functionality:
Sharding distributes data across a cluster of machines.]]></description>
            <link>https://doc.tml.ink/backend-solution/intr.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/backend-solution/intr.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Overview]]></title>
            <description><![CDATA[Only need reference two Javascript Libraries in HTML:]]></description>
            <link>https://doc.tml.ink/backend-solution/overview.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/backend-solution/overview.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Getting Started]]></title>
            <description><![CDATA[Learn how to get started with X-server in the browser.]]></description>
            <link>https://doc.tml.ink/backend-solution/gettingstarted.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/backend-solution/gettingstarted.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Database]]></title>
            <description><![CDATA[X-Server provides high performance data persistence. In particular, Support for embedded data models reduces I/O activity on database system. Indexes support faster queries and can include keys from embedded documents and arrays.]]></description>
            <link>https://doc.tml.ink/backend-solution/database.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/backend-solution/database.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[CRUD Interface]]></title>
            <description><![CDATA[CRUD Interface includes New, Get, Set, Mix，and Del.
CRUD Interface is below the X method. therefore CRUD Interface must be used follow the X method.
To manipulate, for instance, the Get of CRUD interface for a X method is as follow:]]></description>
            <link>https://doc.tml.ink/backend-solution/crud.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/backend-solution/crud.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Query Parameter]]></title>
            <description><![CDATA[Query filter documents specify the conditions that determine which records to select for read, update, and delete operations.]]></description>
            <link>https://doc.tml.ink/backend-solution/queryparameter.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/backend-solution/queryparameter.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Query Selectors]]></title>
            <description><![CDATA[| Name	| Description |
| :----: | :----: |
|$eq	|Matches values that are equal to a specified value.|
|$gt|	Matches values that are greater than a specified value.|
|$gte|	Matches values that are greater than or equal to a specified value.|
|$in	|Matches any of the values specified in an array.|
|$lt|	Matches values that are less than a specified value.|
|$lte	|Matches values that are less than or equal to a specified value.|
|$ne	|Matches all values that are not equal to a specified value.|
|$nin	|Matches none of the values specified in an array.|]]></description>
            <link>https://doc.tml.ink/backend-solution/queryselectors.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/backend-solution/queryselectors.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Comparison Operators]]></title>
            <description><![CDATA[| Name	| Description |
| :----: | :----: |
|$eq	|Matches values that are equal to a specified value.|
|$gt|	Matches values that are greater than a specified value.|
|$gte|	Matches values that are greater than or equal to a specified value.|
|$in	|Matches any of the values specified in an array.|
|$lt|	Matches values that are less than a specified value.|
|$lte	|Matches values that are less than or equal to a specified value.|
|$ne	|Matches all values that are not equal to a specified value.|
|$nin	|Matches none of the values specified in an array.|]]></description>
            <link>https://doc.tml.ink/query/comparison.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/query/comparison.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Logical Query Operators]]></title>
            <description><![CDATA[| Name	   | Description |
| :----: | :----: |
|$and	|Joins query clauses with a logical AND returns all documents that match the conditions of both clauses.|
|$not	|Inverts the effect of a query expression and returns documents that do not match the query expression.|
|$nor	|Joins query clauses with a logical NOR returns all documents that fail to match both clauses.|
|$or	|Joins query clauses with a logical OR returns all documents that match the conditions of either clause.|]]></description>
            <link>https://doc.tml.ink/query/logical.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/query/logical.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Element Query Operators]]></title>
            <description><![CDATA[| Name	   | Description |
| :----: | :----: |
|$exists	|Matches documents that have the specified field.|
|$type	|Selects documents if a field is of the specified type.|]]></description>
            <link>https://doc.tml.ink/query/element.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/query/element.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Evaluation Query Operators]]></title>
            <description><![CDATA[| Name	   | Description |
| :----: | :----: |
|$expr	|Allows use of aggregation expressions within the query language.|
|$jsonSchema	|Validate documents against the given JSON Schema.|
|$mod|	Performs a modulo operation on the value of a field and selects documents with a specified result.|
|$regex	|Selects documents where values match a specified regular expression.|
|$text	|Performs text search.|
|$where|	Matches documents that satisfy a JavaScript expression.|]]></description>
            <link>https://doc.tml.ink/query/evaluation.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/query/evaluation.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[No title]]></title>
            <description><![CDATA[{% hint style='working'%}
To Be Continued]]></description>
            <link>https://doc.tml.ink/query/geospatial.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/query/geospatial.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[No title]]></title>
            <description><![CDATA[{% hint style='working'%}
To Be Continued]]></description>
            <link>https://doc.tml.ink/query/array.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/query/array.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[No title]]></title>
            <description><![CDATA[{% hint style='working'%}
To Be Continued]]></description>
            <link>https://doc.tml.ink/query/bitwise.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/query/bitwise.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[No title]]></title>
            <description><![CDATA[{% hint style='working'%}
To Be Continued]]></description>
            <link>https://doc.tml.ink/query/projection.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/query/projection.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[No title]]></title>
            <description><![CDATA[ \n<div# Cascading Style Sheets]]></description>
            <link>https://doc.tml.ink/frontend-solution/css.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/frontend-solution/css.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Local Storage]]></title>
            <description><![CDATA[The Storage interface of the Web Storage API provides access to a particular domain's session or local storage. It allows, for example, the addition, modification, or deletion of stored data items.]]></description>
            <link>https://doc.tml.ink/frontend-solution/localstorgae.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/frontend-solution/localstorgae.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Sign Up]]></title>
            <description><![CDATA[This tutorial requires you to be connected to the following.
(For more information on connecting a server, see Overview.)]]></description>
            <link>https://doc.tml.ink/examples/signup.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/examples/signup.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Sign Up Without Password]]></title>
            <description><![CDATA[See the Sign Up for more information.]]></description>
            <link>https://doc.tml.ink/examples/signup2.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/examples/signup2.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Log In]]></title>
            <description><![CDATA[This page provides examples of login operations.]]></description>
            <link>https://doc.tml.ink/examples/login.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/examples/login.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Counter]]></title>
            <description><![CDATA[Putting a counter on a web page can help you track how many people visit it. There are several ways to go about putting a counter on your page, either by adding a pre-built one or creating your own.]]></description>
            <link>https://doc.tml.ink/examples/counter.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/examples/counter.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Comment]]></title>
            <description><![CDATA[Comment is looked like the comment of Wechat. It can be used to be feedback, discussion, guestbook, and so on.]]></description>
            <link>https://doc.tml.ink/examples/comment.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/examples/comment.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Run example on your local computer？]]></title>
            <description><![CDATA[There are many methods to run example code.
The common mission of those methods is saving example code to HTML file and then seeing how it looks in the web browser.]]></description>
            <link>https://doc.tml.ink/examples/run.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/examples/run.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Structure]]></title>
            <description><![CDATA["/src" is the directory of source code. Other directories are automatically generated and maintained, and thus do not need any modification. Developers only need to modify *.html and *.js files in /src directory, where the *.html files define UI, and the *.js files define behavior and logic of the webpages.]]></description>
            <link>https://doc.tml.ink/project/structure.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/project/structure.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Run]]></title>
            <description><![CDATA[There are 5 ways to run the codes: (The first and second methods are recommended to be the most efficient)]]></description>
            <link>https://doc.tml.ink/project/run.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/project/run.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Deploy]]></title>
            <description><![CDATA[At the heart of GitHub is an open source version control system (VCS) called Git. Git is responsible for everything GitHub-related that happens locally on your computer.]]></description>
            <link>https://doc.tml.ink/project/deploy.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/project/deploy.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[iHome]]></title>
            <description><![CDATA[31VC79XIP9A5Q6LJ]]></description>
            <link>https://doc.tml.ink/platform/ihome.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/platform/ihome.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Review]]></title>
            <description><![CDATA[Display after paying.]]></description>
            <link>https://doc.tml.ink/principle/review.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/principle/review.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Frequently Asked Questions]]></title>
            <description><![CDATA[Yes. X-Server is a cloud-hosted database-as-a-service.]]></description>
            <link>https://doc.tml.ink/appendix/faq.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/appendix/faq.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Glossary]]></title>
            <description><![CDATA[The purpose of this chapter is to provide short definitions for a collection
of technical terminologies and concepts used in this book.
This chapter contains a listing of some commonly confusing words, along with any helpful references for understanding what something is.]]></description>
            <link>https://doc.tml.ink/glossary.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/glossary.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Reference]]></title>
            <description><![CDATA[Additional Resources[^1].]]></description>
            <link>https://doc.tml.ink/appendix/reference.html</link>
            <guid isPermaLink="true">https://doc.tml.ink/appendix/reference.html</guid>
            <dc:creator><![CDATA[TML, Inc.]]></dc:creator>
        </item>
    </channel>
</rss>