seneca
seneca copied to clipboard
A microservices toolkit for Node.js.
Capitalize Seneca to make the overall headers' sizes consistent
seneca.throw - throws an Error signature: (code:string, details?:object) seneca adds markers, plugin, msg, etc
fix should not pollute prepare+destroy patters
allows plugin names to be valid JS identifiers For example: @seneca/gateway-auth should be findable via: `@seneca/gateway-auth` `gateway-auth` `GatewayAuth` and with tag: `@seneca/gateway-auth$foo` `gateway-auth$foo` `GatewayAuth$foo` is this a convention? warning if...
https://github.com/senecajs/seneca/issues/899
In the preload function, the shared object ins't created yet. Example: ```js async function preload(seneca) { // seneca.shared is null seneca.shared = {}; // Need to manually boot seneca shared...
We just noticed there was some movement after an eternity :p however the latest changes break things quite horribly. We get tons of errors and crashes, so I guess you...
Refers to #857 Signed-off-by: Tobias Gurtzick
Similar to Seneca.context, Seneca.plugin See https://github.com/senecajs/seneca/blob/master/test/xward.test.js#L52 - remove need for `peract`