I hereby claim:
- I am rafanami on github.
- I am rafanami (https://keybase.io/rafanami) on keybase.
- I have a public key ASD1ZMZNP62lJALpojMqDAqBLLQGQ1aO1sy1ngpOUZUMSQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const ApiGateway = require("moleculer-web"); | |
| const CorsMixin = require('./cors.service'); | |
| module.exports = { | |
| name: "api", | |
| mixins: [CorsMixin,ApiGateway], | |
| settings: { | |
| port: process.env.PORT || 3000, | |
| allowedOrigins: ['http://localhost:8080'], |
| # Learning Path Javascript | |
| ## - The Tooling | |
| **Browser** | |
| **Node.js** | |
| **Isomorphic** | |
| ## Getting Started | |
| 1 - Install Node.js |