TiddlyWiki5/core-server
2026-01-07 11:51:03 -05:00
..
commands add preloadHooks and data tiddler serializer and isPlugin support 2025-10-11 22:51:33 +00:00
server Get-file web server route now support streaming (#9078) 2025-10-23 11:55:30 +01:00
startup Further improvements for offloading server components (#9288) 2025-09-14 11:21:42 +01:00
utils Refactor base64 utility functions (#9488) 2026-01-04 11:35:02 +00:00
commander.js Add support for commands and startups which return promises (#9103) 2025-10-09 16:06:03 +01:00
filesystem.js [v5.4.0] Offload server components from browser builds of TiddlyWiki (#9183) 2025-09-12 15:21:34 +01:00
plugin.info [v5.4.0] Offload server components from browser builds of TiddlyWiki (#9183) 2025-09-12 15:21:34 +01:00
readme.tid Further improvements for offloading server components (#9288) 2025-09-14 11:21:42 +01:00

title: $:/core-server/readme

This plugin contains TiddlyWiki's core components that are only needed on the server, comprising:

* Commands
* HTTP server code
* Utility functions for server