Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not work on evennode.com #29

Open
parsibox opened this issue Nov 25, 2018 · 1 comment
Open

not work on evennode.com #29

parsibox opened this issue Nov 25, 2018 · 1 comment

Comments

@parsibox
Copy link

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

@iLeonidze
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants