this post was submitted on 29 Jun 2024
194 points (96.6% liked)

Programming

17025 readers
250 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

The project home page.

The Github

Looks just like VS Code and I think it's still built on electron so take that as you will.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 2 months ago (4 children)

I feel like browser support is such a niche. I don't understand why many IDEs dedicate so many resources to make it work on the browser. There are already many options to code on the web if you need it.

[–] [email protected] 1 points 2 months ago

I know when I was reaserching this as an option for secure development there was a pretty much just this group and jupyter notebooks.

[–] [email protected] 1 points 2 months ago

It's a lot easier to run web apps on the desktop than the opposite and there are a lot more people with experience developing with HTML/CSS/JS.

[–] [email protected] 6 points 2 months ago (1 children)

Pretty sure it’s to enable extensions written in JS. These apps build their success on a rich ecosystem of plugins. And, like it or not, JS plays a big part in that.

[–] [email protected] 0 points 2 months ago (1 children)

But the best (fastest) plugins aren't written in js.

[–] [email protected] 2 points 2 months ago

I don’t disagree, but that’s not what most people care about.

[–] [email protected] 3 points 2 months ago

Chromebooks maybe?

I always figured the browser part mostly falls out of doing the Electron-for-cross-platform thing.