I'm sorry if all of you are already on the regular TiddlyWiki group and so are seeing this twice, but I thought I would post it here as well, since this is in its early stages and deals directly with NodeJS.
This weekend I wrapped up a project that has been brewing in my mind for years. It allows you to serve and save any single file TiddlyWiki (it uses the put saver). And it also allows you to serve any data folder that can be loaded into TiddlyWiki 5.1.14+.
The documentation is in the link below, but if it finds a
tiddlywiki.info
file inside a folder, that folder becomes a data folder (aka TiddlyWiki Folder) and will get loaded into its own instance of TiddlyWiki and serve requests to that path. The
tiddlywiki.info
file needs to specify the correct server plugins, as usual, otherwise the wiki will be readonly (actually sounds useful!).
So without further ado, TiddlyServer 2.0!!!
Any questions or comments, feel free to reply here or on Github
Special thanks to Matt Lauber for allowing me to use the name TiddlyServer. He has announced that this version is replacing his as the latest version.
Enjoy!