Question

websocket app on DigitalOcean Apps PaaS

I want to migrate one of my web app to DigitalOcean Apps PaaS. This app is a web socket app.

I have a log on server to notify the client connecting the assigned PaaS node server/port. if one PaaS node server has no any client connected, I hope to remove it.

How can I notify DigitalOcean PaaS add & remove the Apps node? Is there any API for coding?

Thanks


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Sri Charan Madhavapeddi
DigitalOcean Employee
DigitalOcean Employee badge
June 9, 2021
Accepted Answer

Hello @kavagames ,

There is a similar community question asked on Websockets App on App Platform. Request you to refer to this link and let us know if you have any more queries:

https://www.digitalocean.com/community/questions/how-do-i-run-a-web-service-with-websockets-on-app-platform

https://www.digitalocean.com/community/questions/app-platform-websockets-elixir-clustering

Hope this helps!

Cheers, Sri Charan

Dikshith Shetty
DigitalOcean Employee
DigitalOcean Employee badge
June 9, 2021

Hello @kavagames

Yes, we do have an API to scale the app based on your requirement. The endpoint for the App Platform API is https://api.digitalocean.com/v2/apps you can consult the API documentation for details on how to send native HTTP requests that are properly formed to make API calls.

Reference for Using the DigitalOcean API with App Platform

Best, Dikshith

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.

This comment has been deleted