Node.js
-
https://nodejs.org/
maybe something similar like the Cloudron LAMP or droplet -
and this one
-
would also like this
-
@moonmeister The LAMP app has NodeJS installed - it could be used in that.
-
@murgero Thanks. Good to know. Maybe we just need to document that fact and we'll have this ticket done.
-
@moonmeister I found it somewhat easy to run nodejs using the "run.sh" method that is documented. Though I don't think this is the best way to do it. a way to configure this or a new app would be best tbh.
-
The best approach for this is to build a custom app following the tutorial. https://git.cloudron.io/cloudron/tutorial-nodejs-app is the template to get started with the app.
-
Agree, but I do like the convenience of having a pre-built option similar to the LAMP stack. I could make a package you guys can use.
Also maybe adding a MEAN stack to compliment the LAMP stack app?
-
@atrilahiji LAMP has nodejs installed already, and using the run.sh trick I mention in my other comment, you can get nodejs apps to run.
then with .htaccess you can proxy connections to the nodejs app too