TiddlyWiki5/editions/tw5.com/tiddlers/definitions/SingleFileApplication.tid

12 wiersze
635 B
Plaintext
Czysty Zwykły widok Historia

2014-01-26 17:49:43 +00:00
created: 20130822174000000
modified: 20140126160359657
2014-09-11 14:52:47 +00:00
tags: Definitions
2013-08-23 18:42:48 +00:00
title: SingleFileApplication
2014-01-26 17:49:43 +00:00
type: text/vnd.tiddlywiki
2013-08-23 18:42:48 +00:00
2014-01-26 17:49:43 +00:00
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.
2013-08-23 18:42:48 +00:00
2014-01-26 17:49:43 +00:00
TiddlyWiki is an unusual single file application because it stores its data within the same file, and is capable of saving changes to itself.
2013-08-23 18:42:48 +00:00
2014-01-26 17:49:43 +00:00
Every single file application must also by definition be a SinglePageApplication, but the converse is not true.