2013-08-30 20:06:23 +01:00
created: 201308300841
2017-01-29 21:11:30 +00:00
modified: 20170127221451610
2014-09-11 15:52:47 +01:00
tags: Definitions
2013-08-30 20:06:23 +01:00
title: TiddlyWeb
2024-03-09 14:24:42 +00:00
type: text/vnd.tiddlywiki
2013-08-30 20:06:23 +01:00
2024-03-09 14:24:42 +00:00
TiddlyWeb is a reference implementation for an interface to put [[Tiddlers]] on the web using the [[Bags and Recipes]] model.
2017-01-29 21:11:30 +00:00
It was created by a team led by Chris Dent at [[Osmosoft]] under [[BT]] from 2008 to 2012.
2013-08-30 20:06:23 +01:00
http://tiddlyweb.com/
TiddlyWeb can be used to host TiddlyWiki and TiddlyWiki5 wikis, making the individual tiddlers available over a flexible HTTP API.
2017-01-29 21:11:30 +00:00
Other implementations of the API include:
* [[TiddlyWiki App Engine Server|https://github.com/rsc/tiddly]], a 300-line Go implementation from Russ Cox
2024-07-25 17:41:28 +01:00
* [[TiddlyWiki 5 server module|https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/core/modules/commands/server.js]], the bare-bones subset of the API implemented in TiddlyWiki version 5 for Node.js
2022-07-27 11:22:49 -07:00
* [[tiddly-wiki-server|https://github.com/nathanielknight/tiddly-wiki-server]], an implementation based on Rust and SQLite