Party. TingoParty

new TingoParty(string, tingoOptions)

A local party implementation based on TingoDB Ideal for extremely large datasets with frequent document additions. Has a very efficient append-only file system driver which is ideal for embedded platforms. All database indexes must fit into RAM and are re-computed at db load time.

Parameters:
NameTypeDescription
string

path Path to a directory on the file system to store tingo db

tingoOptionsObject

O ptions to pass to tingodb. Defaults to {nativeObjectID: true}. See: https://github.com/sergeyksv/tingodb#requiretingodboptions

Methods

(static) handleCall(ask)

Parameters:
NameTypeDescription
askObject
Returns:

(static) start()