@ Mario,
 

> The very basic system, that I did describe in my first post, will work 
> well for a single user. ... But it doesn't scale very well. If you need 
> multi concurrent users, you'll definitely need a much more sophisticated 
> concept and a server side backend. The TiddlyWeb concept should work quite 
> well here. 
>

I think he's a chiropractor, not running a chiropractical school.
So far, I did not hear Dave speak one word of multi-user.

So imo you can start with a simple file based version, because it has much 
> less "moving parts". But for you "end goal" you'll definitely need a real 
> database with several indexes for fast access.


What's wrong with a filesystem and using grep?

Also authentication and more importantly authorisation handling is 
> completely missing.


When someone speaks of grep,
that wouldn't be the first thing to come to my mind. 

That way if you wanted to look at all patients with a certain diagnosis or 
>> demographic profile you could load just them...
>>
>   

But only if you did your indexing. The nodejs server doesn't have such 
> functionality at the moment. 


That would indeed be something very powerful
when building / serving a TiddlyWiki from node,
I hope it will be something OS agnostic in the end.
Maybe we're back @ python? :D
...possibly node can be bent to achieve the same.

~

@ Dave,
 

> I'd imagine you could keep it all behind a firewall of some sort, backups 
> like any other file structure I suppose.


So long as you build standalone output wikis for people to look at
and don't expoe your node-server outbound, there is no need for firewalls.

What I'm gathering is that Node.js is the way to go and mainly I have to 
> decide whether to have it in different wikis or one big wiki.  Isn't the 
> main point (or one of them) of TW using Node.js that size is irrelevant?
>

Yes,, size is irrelevant, so long as you know how to serve your tiddlers, 
i.e. in what "editions".
If you expect to have the server construct a wiki with 1.000.000 tiddlers 
and
then use and edit that wiki so as to write back changes to the server,
I suspect you'll have long before met Mr. Performance Barrier.

Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6d4325e6-02ba-440d-bac1-25b12a6ef5d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to