2.4.2 • Published 7 years ago

sugo-constants v2.4.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

sugo-constants

Build Status npm Version JS Standard

Constant variables for SUGOS

Installation

$ npm install sugo-constants --save

Usage

'use strict'

const { HubUrls } = require('sugo-constants')

{
  const { ACTOR_URL, CALLER_URL } = HubUrls
  /* ... */
}

Values

ActorEvents
KeyValue
SETUPactor:setup
TEARDOWNactor:teardown
UPDATEactor:update
LOSTactor:lost
CallerEvents
KeyValue
JOINcaller:join
LEAVEcaller:leave
ClientTypes
KeyValue
ACTORsugo:actor
CALLERsugo:caller
OBSERVERsugo:observer
HubNotices
KeyValue
CALLER_GONECallerGone
ACTOR_GONEActorGone
HubUrls
KeyValue
ACTOR_URL/actors
CALLER_URL/callers
OBSERVER_URL/observers
HUB_URL/hubs
PipeLevels
KeyValue
ACTOR_LEVELlevel:actor
MODULE_LEVELlevel:module
ReservedNames
KeyValue
MODULEmodule
METHODconstructor,emit,addListener,removeListener,removeAllListeners,listeners,listenerCount,setMaxListeners,getMaxListeners,eventNames,on,off,once,with,of
ATTRIBUTEname,prototype,caller

License

This software is released under the Apache-2.0 License.

Links

2.4.2

7 years ago

2.4.1

7 years ago

2.3.3

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

2.2.1

7 years ago

2.1.1

7 years ago

2.0.2

7 years ago