About the Projects category

A place for developers to discuss their projects with other developers and the developer relations team. Once your project is ready for release you can move it to the appropriate category for the general community.

6 Likes

Thanks @jody.albritton

I am working on porting my HousePanel dashboard app from the Groovy platform to Node.js. I have most of the code functioning properly and now I just need to settle on the best way to deploy it to users.

The old version had users do self installs on a Raspberry Pi but that isn’t feasible with the new platform because it requires a secure webhook callback - and using ngrok isn’t robust enough for a deployed home dashboard. I am investigating AWS lambda and even hosting users on my own secure server. Before I proceed further I thought I would write this to solicit ideas and insights from other developers who may have done a similar translation from Groovy.

3 Likes