Is there a way to allow an application hosted on app platform to accept raw TCP requests? I’m trying to develop a REST API listening on port 8080 that also listens on port 8883 for MQTT connections.
Thanks
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @jtoeniskoetterjt,
I don’t think that this is possible at the moment. What I usually do is to run such services like MQTT, Kafka and etc. on a Droplet and then use the App Platform to connect to them:
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
Hope that helps!
- Bobby.