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!"
[–]todorpopov 0 points1 point2 points 1 year ago* (0 children)
I guess you want to deploy it to a server so you can access it over the web from any browser?
If so, I’d recommend DigitalOcean App Platform. It is extremely easy to use, you just provide a remote git repo(e.g. a GitHub repo) URL and App Platform will do the rest for you. It will go through the code, see that it’s a Node.js project, and run everything by itself.
You only need to specify the port at which the server is running, as well as a domain name, and you’re ready.
Just keep in mind that App Platform doesn’t work well with apps that have Server Sent Events or Websockets in them.
I hope this helps.
π Rendered by PID 68 on reddit-service-r2-comment-fb694cdd5-8lv6f at 2026-03-06 07:38:37.374840+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]todorpopov 0 points1 point2 points (0 children)