UNPKG

node-jet

Version:

Jet Realtime Message Bus for the Web. Daemon and Peer implementation.

38 lines (37 loc) 606 B
export const events = [ 'authenticate', 'addUser', 'configure', 'info', 'fetch', 'unfetch', 'remove', 'change', 'add', 'data', 'call', 'get', 'set' ]; export const pathRules = [ 'equals', 'equalsNot', 'endsWith', 'startsWith', 'contains', 'containsNot', 'containsAllOf', 'containsOneOf', 'startsNotWith', 'endsNotWith', 'equalsOneOf', 'equalsNotOneOf' ]; export const operators = [ 'greaterThan', 'lessThan', 'equals', 'equalsNot', 'isType' ]; export const fetchSimpleId = 'fetch_all';