Frameworks
Complete guides to host different frameworks on Discloud.
π― Overview
Guides for deploying your favorite frameworks on Discloud. Each one covers what you need to do locally and how to get it running on our platform.
Whether it's a simple API, a full app, or something real-time β you'll find the steps tailored to your framework.
π Available Guides
Pick your framework from the list and follow along:
Step-by-step setup β Project structure, config files, environment variables
Local testing β How to verify everything works before uploading
Deployment β Get your app online and accessible
Troubleshooting β Common issues and how to fix them
π The basics
Pick your framework
Follow the guide to set up locally
Test the production build
Deploy to Discloud
π‘ What's required
No matter what framework you use:
Port 8080 β Your app listens here. That's how traffic gets routed.
Subdomain β Create one following this guide.
discloud.configβ Goes in your project root. See the config guide.Dependencies file β
package.json,requirements.txt, whatever your framework uses.
π Helpful links
π Development Environment β Set up Node, Python, etc. locally
βοΈ discloud.config β All the config options
π How to deploy β Dashboard, Bot, CLI, or VSCode
π Custom domains β Use your own domain instead
Last updated