On Friday, July 6, 2012 11:08:07 PM UTC+2, Jeremy Ruston wrote: > > The way things are at the moment, TW5 under node.js only supports a single > wiki at a time. You could run multiple instances, each pointing at a > different wiki directory, but they would have to listen on separate ports > without some additional configuration. >
I noticed this problem in general with node.js and am working on a node.js server which serves, dynamically, any .js files in the file system. Perhaps this kind of approach (dynamically loading and parsing .js files for a response) is a way forward in making a TW5 server server multiple TWs? https://gist.github.com/3927946 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/iFJWElGEg4kJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

