TIP: Loading TiddlyWiki in CGI on an HTTP Server
This tip probably serves no practical purpose. Just a pointless experiment.
CGI is the most primitive method for executing code on an HTTP server.
The CGI method does not continuously consume server resources.
I recently added CGI functionality to a Python project and casually tested whether TiddlyWiki could run under CGI. Below are the results of that attempt.
TiddlyWiki can only be loaded, not edited. Since all API access in my own project uses POST requests, it was straightforward to port it to CGI.