mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-28 19:10:28 +00:00
77a227c1d0
Closes #8731
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
title: MultiWikiServer
|
|
tags: Definitions
|
|
modified: 20241105133737778
|
|
created: 20241105133737778
|
|
|
|
! Introduction
|
|
|
|
~MultiWikiServer is a new development that drastically improves ~TiddlyWiki's capabilities when running as server under Node.js. It brings ~TiddlyWiki up to par with common web-based tools like ~WordPress or ~MediaWiki by supporting multiple wikis and multiple users at the same time.
|
|
|
|
Planned features include:
|
|
|
|
* Hosting multiple wikis at once, using the [[Bags and Recipes]] mechanism for sharing data between them
|
|
* Robust authentication and authorisation options
|
|
* Improved handling of file uploads and attachments, allowing gigabyte video files to be uploaded and streamed
|
|
* Instantaneous synchronisation of changes between the server and all connected clients
|
|
* Workflow processing on the server, for example to automatically compress images, or to archive webpages
|
|
|
|
MWS is currently [[under development at GitHub|https://github.com/TiddlyWiki/TiddlyWiki5/pull/7915]] but it is already functional and usable.
|
|
|
|
! Installing MWS
|
|
|
|
{{MWS: Installation}}
|
|
|
|
! Using MWS
|
|
|
|
{{MWS: Usage}} |