1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 19:39:55 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/definitions/SingleFileApplication.tid
2014-09-11 15:52:47 +01:00

12 lines
635 B
Plaintext

created: 20130822174000000
modified: 20140126160359657
tags: Definitions
title: SingleFileApplication
type: text/vnd.tiddlywiki
A single file application is a web application where all of the assets are delivered in a single static file. This means that it can be downloaded and used offline without losing functionality. It can also be hosted on almost any type of web server.
TiddlyWiki is an unusual single file application because it stores its data within the same file, and is capable of saving changes to itself.
Every single file application must also by definition be a SinglePageApplication, but the converse is not true.