Md. Morshadun Nur
Results
2
comments of
Md. Morshadun Nur
I have used for my Intern project to implement live chat between doctor and patient. I got every options what I need. I think it's the best pusher wrapper.
Hello @omri-luz Just replace this proxyOptions settings - > const proxyOptions = { > target: "http://127.0.0.1:${process.env.BACKEND_PORT}", > changeOrigin: true, > secure: false, // Set to false if using HTTP >...