RezaErfani67

Results 31 issues of RezaErfani67

![image](https://user-images.githubusercontent.com/24381986/66698494-6f487500-eceb-11e9-98f7-96ebf94af093.png)

how can i store socket io object in memored? i cant stringify it...

```javascript var proxy = require('redbird')({ port: 80, xfwd: false, letsencrypt: { path: "certs", port: 3000 }, ssl: { port: 443 } }); proxy.register("aharsoft.com", "http://localhost:3002", { ssl: { key: "/certs/aharsoft.com/private.key", cert:...

hi how can i turn off http2 for some route... i write below code but not work... ``` var resolver1 = function(host, url, req) { if(url.indexOf('video')>-1){ this.opts.ssl.http2=false; return { url:"https://localhost:3002"...

connect ECONNREFUSED 127.0.0.1:9222

File "D:\Project\async-fastapi-mongo\venv\Lib\site-packages\decouple.py", line 92, in get raise UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option)) decouple.UndefinedValueError: MONGO_DETAILS not found. Declare it as envvar or define a...

can i save complex object such as socket io object?

hi first i want to say thanks for this repo... and i want to know is there any quick document ? something like a flowchart or article about how it...

can i package it with { exe } format for desktop application?

how can i use it with vue-cli ? is there any documantation for it?