> Is it possible to have multiple TiddlyWikis open at the same time in 
node.js? Like maybe one running in 127.0.0.1:8080/ and another running in a 
separate tab with some other string of numbers than 127.0.0.1:8080/?

Yes, it's straightforward.

tiddlywiki Folder1 --listen port=8080
tiddlywiki Folder2 --listen port=8081



Then you can open the wiki in Folder1 via http://127.0.0.1:8080 and the one 
in Folder2 via http://127.0.0.1:8081

(I usually use http://localhost:8080 and http://localhost:8081 instead.  
They're most often equivalent.)

  -- Scott

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/752f95f1-0273-4884-a020-bd011d75f6a2%40googlegroups.com.

Reply via email to