Integration Guide
Welcome to the AaaS Pilot Kit integration guide! This guide provides detailed instructions for integrating applications developed with AaaS Pilot Kit into different platforms and environments.
Guide Overview
H5 Embedded in Mini Program Guide
Learn how to embed H5 applications developed with AaaS Pilot Kit into WeChat Mini Program's WebView, including server deployment configuration:
- Integration Overview - Understand overall architecture and integration process
- Mini Program Configuration - Complete WeChat Mini Program backend configuration and domain verification
- H5 and Mini Program Communication - Implement bidirectional message passing
- Troubleshooting - Common issue solutions
- Nginx Configuration - Nginx server configuration solution
- Node.js Configuration - Node.js/Express server configuration solution
App Integration Guide (Coming Soon)
iOS and Android native application integration solutions coming soon.
Before Starting
Before beginning deployment, ensure you have:
-
✅ Completed AaaS Pilot Kit development and testing
-
✅ Prepared necessary infrastructure
- ICP-filed domain (for WeChat Mini Program integration)
- Web server (Nginx, Node.js, etc.)
- SSL certificate (HTTPS required)
-
✅ Understand your deployment target
- Pure Web application deployment
- WeChat Mini Program WebView integration
- Hybrid application integration