Hi iani You are correct; to run multiple TW instances at the moment you need to run multiple instances of the node.js app, each on a different port. It would be hard to arrange things so that a single instance of the Node.js app serves multiple wikis at once because each wiki may need different plugins.
I'm not at all experienced with this kind of thing, but I know it is possible to set up reverse proxies so that eg myserver.com/app_a and myserver.com/app_b are mapped to myserver.com:8000 and myserver.com:8001. Best wishes Jeremy. On Thu, Apr 17, 2014 at 7:43 PM, iani <[email protected]> wrote: > > Hello, > > is it possible to host several TiddlyWikis with one node.js application > running on one server? At present, it seems to me that each node.js process > listening to one port is serving only one TiddlyWiki. So if you have one > Wiki served at: > > ~/Sites/TiddlyWiki1/... > > available at 127.0.0.1:8080 > > then, to serve also a different wiki, say > > ~/Sites/TiddlyWiki2/... > > you would have to open a separate server on a different port. What are > the currently available alternatives? > > I strongly prefer the Node.js TIddlyWiki version because the separately > served tiddlers can be edited or viewed by plain-text editors, making the > content more easily retrievable. > Cheers, > Iannis Zannos > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

