renative
renative copied to clipboard
Support for microservices
Add ability to create backend microservice in ReNative project and debug/deploy it as part of dev workflow
Connectors to support STAGE 1:
- [x] Now
- [ ] AWS S3
- [ ] AWS Lambda
- [ ] FTP
The fact that the now
package always needs downloads a 60 MB binary file on a npm install is quite annoying, especially on slow internet connections (hotels etc.). Also many users will never use this service, so it's mainly just bloatware?
Is it really a good idea to integrate the deployment code to 3rd party services into the rnv binary? If ever, I suggest to move deployment code to another package, like rnv-deploy, or to make this dependencies optional if this is possible somehow.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.