not work on evennode.com
hi i have an account on evennode.com ( free account ) it use port 3000 ( use nginx on port 80 and send data to port 3000 to app ) ( process.env.PORT== 3000 ) it support websockets ( https://www.evennode.com/docs/websockets ) i run your app and it run with no error but i can not use it on telegram i see this on logs every second : Connection per seconds :0 dc1:0 dc2:0 dc3:0 dc4:0 dc5:0 it doesn't work on telegram can you test it on evennode.com ?it is very important for me thanks
Seems it will not work at heroku, glitch, evennode and others, because you have to pass pure tcp traffic into app from 443 port, but this hostings are proxify traffic in this way Frontend 443 + TLS -> Backend 80 -> App 3000 Frontend 80 -> Backend 80 -> App 3000