Home Reference Source

Variable

Static Public Summary
public

$: *

public
public
public
public

app: *

public

constJoin(words: string): string: *

Converts args into an uppercase, underscore seperated string.

public

decode the plain json string into a store where all the objects are converted with immutable

public
public
public

log(messages: string): *

A simple logging function for debugging.

public

pelay(duration: Number): Promise: *

A promised delay function.

public

prawn(args: array, cmd: string): Promise: *

A promised process spawn.

public

Static Public

public SERVER_ROOT: * source

public constJoin(words: string): string: * source

Converts args into an uppercase, underscore seperated string.

Return:

string

Result

public decodeStore(json: string): object: * source

decode the plain json string into a store where all the objects are converted with immutable

Return:

object

store - the redux store with Immutable members

public listActionFactory: * source

public listReducerFactory: * source

public log(messages: string): * source

A simple logging function for debugging. Will not produce output in production.

public pelay(duration: Number): Promise: * source

A promised delay function. The promise returned can be canceled to stop the timer and prevent resolution.

Return:

Promise

delayPromise - promise that will resolve after duration seconds

public prawn(args: array, cmd: string): Promise: * source

A promised process spawn.

Return:

Promise

will resolve after process spawns with with child

public spawnemon: * source