-
https://www.apollographql.com/docs/apollo-server/federation/introduction/
-
Hello,
On the index.d.ts file, it is noted we should be able to call Express-style `next('route')` in a middleware to skip to another route:
https://github.com/moleculerjs/moleculer-web/blob/296…
-
Hello , how can I use multiple databases for my project? For my current php application , I created a middleware where it gets subdomain and connects users to its database , so its subdomain based m…
-
lorsque je tente un POST avec du turtle sur http://127.0.0.1:3000/resources
```
@prefix rdf: .
@prefix dc: .
@prefix ex: .
dc:title "RDF/XML Syntax Specification (Revised)" ;
ex…
-
## Prerequisites
If you have multiple loggers and there is logger with formatted `json` or `jsonext` the coloring doesn't work well with `Console` logger. The problem is that both are using the sam…
-
使用该节点的时候,部署会发生错误,
测试的版本有:
npx create-steedos-node-red-app node-red-app 2.1.114
node-red 1.3.7 - @steedos/node-red-contrib-steedos": "2.0.1"
node-red 1.3.7 - @steedos/node-red-contrib-steedos":…
-
Could we get a release of the new version to npm?
ty
bsovs updated
3 years ago
-
https://github.com/moleculerjs/moleculer/blob/6f6225d6079af2116a2b4713c5d00037512131f4/src/registry/discoverers/redis.js#L375
`this.client.scanStream` is used in multiple locations through the cust…
-
- Hi, I am currently looking for an alternative ORM for node.. While reading comments and examples from them, one key factor im finding is define Model Classes or Model Schemas, then when the applicat…
-
Add sugar to the moleculer-web, the authorize option in the settings, example:
```js
authorize: {
type: "bearer", // add social and other adapters
checkToken: "user.resolveToken"
}
```
``…