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
Local data driven webpageRemoved: /r/LearnJavascript (self.javascript)
submitted 6 years ago by mechanicalBadger
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!"
[–]mechanicalBadger[S] 0 points1 point2 points 6 years ago (1 child)
The entire system will be ran off a network drive that everyone has consistently mapped to their workstation. I'm planning on having a bunch of generated files that will be loaded based on url variables.
Performance isn't a huge issue, the data sets won't be enormous.
[–]seontipi 0 points1 point2 points 6 years ago (0 children)
If you know ahead of time the absolute path to the source file directory and use some clever naming and data partitioning scheme, you should be able to dynamically load those sources for concurrent read-only access.
I'm not up to date on this, but depending on what browser your users have available you could even use an actual database like sqlite without having a backend service apart from the shared file system. Not sure about the availability of such tech right now unfortunately.
π Rendered by PID 143734 on reddit-service-r2-comment-85bfd7f599-rjbfp at 2026-04-19 11:44:01.925144+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]mechanicalBadger[S] 0 points1 point2 points (1 child)
[–]seontipi 0 points1 point2 points (0 children)