nathanielknight/tiddly-wiki-server: An efficient web server for TiddlyWikis. (github.com)
Motivation
TiddlyWiki 5 has a NodeJS based webserver that re-uses much of the front-end JavaScript for maximum compatibility. However, this server needs about 70 MB of memory to start, and can easily consume 100 MB or more. This is fine for running on a workstation, but a cheap VPS quickly gets crowded running services of this size.
In rudimetnary benchmarks it looks like tiddly-wiki-server
uses about 10 MB of memory (with no optimizations), which I find much more manageable.