On Saturday, September 27, 2014 10:14:59 AM UTC+2, Jeremy Ruston wrote: > > It would certainly increase flexibility if we added a plain static web > server to TW5 under Node.js. Two things are needed: the ability to suppress > a tiddler from being included when building the TW file, and the ability to > GET individual tiddlers in their raw form. >
If you want to serve static content, the advise everywhere on the web is: use an existing server that does exactly that, is battle tested for many years, and put it in front of the nodejs app. Why invent a new wheel, with a system, that's designed for a different usecase. I'd suggest nginx. It's a well documented small footprint web server and rides the wave atm. -mario -- 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.

