executor: allow to boot loopback without remotes#184
executor: allow to boot loopback without remotes#184yorkie wants to merge 1 commit intostrongloop:masterfrom
Conversation
|
Ping ~~ |
|
@bajtos I'm assigning this one to you as you are the expert in this area. |
|
Hello @yorkie, thank you for the pull request. First of all, I am wondering why cannot you modify your pancake runtime to accommodate for the requirements of loopback-boot? Since Alternatively, what is preventing you from implementing dummy I guess my main concern is that by starting to support runtimes that are similar to loopback but not fully API compatible, we will have to add more and more exceptions later in the future, which will increase maintenance costs. |
|
BTW, for the newly refactored/enhanced loopback-boot (#181), you are allowed to configure what plugins should be used. As a result, you can skip middleware/swagger. |
Yup, this is what I want to do in this PR.
Ok, let me wait for #181. |
|
Closing in favour of #181 |
Hi StrongLoop community, I created another loopback runtime which doesn't have remote objects, of course no middleware and phases will be defined there, I also wanna use loopback-boot to boot that application, but occurred some errors on checking/assertions in this repository.
Created this PR to fix what I have met :-)
Another runtime of loopback-similar is at https://github.com/weflex/pancake-agent