By Magda
How to configure apps platform to work with http server and websocket server on one instance?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey there!
Services that you run on the App Platform are exposed via app domains on port 443/HTTPS. It’s not possible to expose more the one external port. So you should also use the wss:// scheme when connecting. This is not necessarily the same port as you would specify that your service is listening on internally.
There is a sample nodejs repo that uses websockets and can be forked + deployed to the App Platform without any changes if that helps as a reference: https://github.com/snormore/sample-websocket
Hope it helps! Nate
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.