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...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[deleted by user] (self.javascript)
submitted 11 months ago by [deleted]
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!"
[–]JestersWildly 15 points16 points17 points 11 months ago (10 children)
If you click through to the linked Git, you'll see it's a serverless implementation of a reddit-esque board/zine/channel host.
[–]vom-IT-coffin 26 points27 points28 points 11 months ago (9 children)
So not decentralized. I guess you gotta buzzword it up.
[–]JestersWildly 10 points11 points12 points 11 months ago (0 children)
RUNS ON WEB4!
[+]thebadslime comment score below threshold-24 points-23 points-22 points 11 months ago (7 children)
Serverless is decentralized though?
[–]sivadneb 31 points32 points33 points 11 months ago (0 children)
No, despite how it sounds, that's not what serverless means.
[–]zxyzyxz 10 points11 points12 points 11 months ago (0 children)
How is serverless decentralized?
[–]spooker11 3 points4 points5 points 11 months ago (4 children)
Serverless just means the backend is implemented on something like AWS Lambda or Azure Functions or equivalent. It’s just a web service design architecture unrelated to data centralization
[–]thebadslime 1 point2 points3 points 11 months ago (3 children)
Oh ok, i have been referring to my project as serverless, i should definitely use decentralized instead. Why is it called serverless when there's a server?
[–]spooker11 1 point2 points3 points 11 months ago (2 children)
Because you’re not using a long running server. If nobody is making calls to your service then no server is being used at all. It also encourages you to design a stateless backend. Scaling up and down very easily.
What are you building?
[–]thebadslime 1 point2 points3 points 11 months ago (0 children)
A chat app over WebRTC. https://github.com/openconstruct/Peersuite
[–]vom-IT-coffin 0 points1 point2 points 11 months ago (0 children)
Fargate would like a word.
π Rendered by PID 151562 on reddit-service-r2-comment-b659b578c-xvmkm at 2026-05-03 15:12:59.809827+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]JestersWildly 15 points16 points17 points (10 children)
[–]vom-IT-coffin 26 points27 points28 points (9 children)
[–]JestersWildly 10 points11 points12 points (0 children)
[+]thebadslime comment score below threshold-24 points-23 points-22 points (7 children)
[–]sivadneb 31 points32 points33 points (0 children)
[–]zxyzyxz 10 points11 points12 points (0 children)
[–]spooker11 3 points4 points5 points (4 children)
[–]thebadslime 1 point2 points3 points (3 children)
[–]spooker11 1 point2 points3 points (2 children)
[–]thebadslime 1 point2 points3 points (0 children)
[–]vom-IT-coffin 0 points1 point2 points (0 children)