Hi, I have a website that is developed out using node.js. I would like to add the wiki in a subdirectory, say
http://myweb.com/blog, as a read-only sub to the main site.
I am currently editing the TW via the node.js tiddlywiki module run locally. I just want to be able to copy the directory over to the public server and have it available online.
As the public site is already running node is there anyway I can simply detect the "/blog" route using express and send the request to a TW node module to handle the display? I would like it to be under the same domain for simplicity and SEO purposes.
Thanks.