From 655cf4729a4824718dc611b04b205c98badb28f0 Mon Sep 17 00:00:00 2001 From: Nathaniel Knight Date: Wed, 27 Jul 2022 11:22:49 -0700 Subject: [PATCH] Add tiddly-wiki-server to TiddlyWeb implementors (#6794) --- editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid b/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid index 901cb535f..02a335d7f 100644 --- a/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid +++ b/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid @@ -15,5 +15,6 @@ Other implementations of the API include: * [[TiddlyWiki App Engine Server|https://github.com/rsc/tiddly]], a 300-line Go implementation from Russ Cox * [[TiddlyWiki 5 server module|https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/commands/server.js]], the bare-bones subset of the API implemented in TiddlyWiki version 5 for Node.js +* [[tiddly-wiki-server|https://github.com/nathanielknight/tiddly-wiki-server]], an implementation based on Rust and SQLite As of early 2017, none is currently as complete as TiddlyWeb itself.