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
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.
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
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
This comment has been deleted