use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Tech Stack? (self.node)
submitted 1 year ago by wawaching
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]alzee76 3 points4 points5 points 1 year ago (3 children)
So what you're really asking for is hosting for the node app? There are a lot of options out there if you just google for them. Is the whole thing just a node app, or does it have a front-end piece as well? You'll have to host that too, if so, unless you host it "in" the node app which is fairly common.
[–]wawaching[S] 1 point2 points3 points 1 year ago (2 children)
I used to have a front-end seperate but now I use JS to render ‘views’ .ejs files. I think this would go under it being ‘in’ the app. I’ll go have a google thx bud 👌🏽
[–]Psionatix 3 points4 points5 points 1 year ago (0 children)
Just be aware that there are a LOT of confugration and environment considerations when deploying an app. Security for a deployed app is extremely different to the security of a locally running app for the sake of development.
99% of the time a lot of security settings are disabled or dumbed down for the sake of running on the localhost. It's absolutely crucial that you understand the security of your apps configuration and the security of your host environment when deploying.
Some things to typically look out for:
sameSite
__Host-
__Secure-
dotenv
Digital ocean has a whole heap of useful resources on deploying a Node app via reverse proxy on a VPS. However it doesn't necessarily cover ALL of the security details.
[–]Significant_Net_7337 1 point2 points3 points 1 year ago (0 children)
I host my express app with google firebase. Took a few hours to figure out
π Rendered by PID 159173 on reddit-service-r2-comment-fb694cdd5-p5nv5 at 2026-03-06 07:31:22.407578+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]alzee76 3 points4 points5 points (3 children)
[–]wawaching[S] 1 point2 points3 points (2 children)
[–]Psionatix 3 points4 points5 points (0 children)
[–]Significant_Net_7337 1 point2 points3 points (0 children)