qewd
qewd copied to clipboard
Quick and Easy Web Development
Fix where qewd up would not allow jwt support even if we add jwt in config.json file in case of native app .
Is it possible to configure the Orchestrator to forward incoming REST requests to a microservice using REST calls rather than websocket messages? We are trying to integrate a non-Qewd service...
Hi @robtweed Just a note for you. I believe you may know about this problem and know what to do (if it's needed ofc) We just have found a "problem"...
### Motivation I'd like to add a simple module that provided with healthcheck functionality (actually, it's part of integration testing for ripple qewd microservices). The module should look very simple:...
Hey @robtweed Simple test `should be able to send message using websockets`: ```js describe('custom message', () => { let data; beforeEach((done) => { request. post('/ajax'). send({ type: 'ewd-register', application: 'test-app'...
Hi, I am getting the following error while starting QEWD sample application can you please help? Node version v4.2.6 /home/aby/qewd/node_modules/qewd/lib/worker.js:54 this.db.use = function(documentName, ...subscripts) { ^^^ SyntaxError: Unexpected token ......
Hi @robtweed Please consider the following lines: https://github.com/robtweed/qewd/blob/cbf87ac9cbb0eaed5ae663f3c1607aaffad2f05d/lib/master-express.js#L95-L102 Some notes: 1. I'm not sure that `beforeRouter`/`afterRouter` must be validated to be an array because concat works fine if passed argument...
Hi @robtweed Please take a look https://github.com/robtweed/qewd/blob/cbf87ac9cbb0eaed5ae663f3c1607aaffad2f05d/lib/sockets.js#L72-L77 if data is null, the code will fail on line 76
Hey @robtweed Environment: - express - gtm Please take a look: https://github.com/robtweed/qewd/blob/cbf87ac9cbb0eaed5ae663f3c1607aaffad2f05d/lib/appHandler.js#L292 I found that app crushed on this line with error: I think this line should be replaced to...
https://github.com/jhnns/rewire/pull/116 https://github.com/jhnns/rewire/issues/101