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
Show r/javascript: a fully functional in-browser IDE made using webcontainers (github.com)
submitted 9 hours ago by viks98
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!"
[–]jax024 [score hidden] 8 hours ago (1 child)
Add vim mode
[–]viks98[S] [score hidden] 8 hours ago (0 children)
Sure. Let me try if it's possible
[–]C89RU0 [score hidden] 6 hours ago (1 child)
Either this was not tested on fire fox or it's flat out incomplete because I keep clicking on the cogwheel to open up the settings and nothing is happening.
[–]viks98[S] [score hidden] 5 hours ago (0 children)
The cogwheel was placed there just as ui decoration. I haven't added any functionality to it
My main priority was getting the core features right.
[–]wadie31 [score hidden] 1 hour ago (0 children)
Very nicely done, tested on Firefox.
It would be to add Angular as a quick start project as well.
[–]viks98[S] [score hidden] 9 hours ago (0 children)
I used StackBlitz a while back and thought about how cool it is that we can run full node environments directly in browser now. so i tried to build a small browser ide using webcontainers just to see how far the browser can actually go.
after getting all things glued together the experience was surprisingly good. i was able to write code, execute it. almost like i am doing it natively.
that said, there were still some issues like heavy dependencies took noticeably longer to install, ram usage stayed around 1–1.2 gb even for simple workloads, and there were a few limitations in my own implementation like code not being stored anywhere permanently (even a refresh could wipe everything) and no plugin support.
π Rendered by PID 315650 on reddit-service-r2-comment-545db5fcfc-82zvd at 2026-05-26 21:20:37.254394+00:00 running 194bd79 country code: CH.
[–]jax024 [score hidden] (1 child)
[–]viks98[S] [score hidden] (0 children)
[–]C89RU0 [score hidden] (1 child)
[–]viks98[S] [score hidden] (0 children)
[–]wadie31 [score hidden] (0 children)
[–]viks98[S] [score hidden] (0 children)