this post was submitted on 06 Jul 2023
77 points (97.5% liked)

Asklemmy

43380 readers
1644 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

I've been using wefwef WebApps to browse the fediverse and am curious to understand how it works. I do not have knowledge deep knowledge about coding or programming.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] guyman@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (1 children)

I think webapps are accessed solely through the browser. It doesn't make sense to differ them based on 'low level access.' I have an app that is essentially just HTTP requests to a RESTful server. I have access to all the features any other app has, provided I am granted the proper permissions. I still only use the app to communicate with a webserver via HTTP.

It's why we have someone saying "wefwef does things I didn't know a webapp could!" Probably because it's not a webapp. It's just an app, lol.

It also has nothing to do with writing an app in a platform's "native language." Jesus. Stop upvoting that guy, lol.

[โ€“] bobslaede@feddit.dk 2 points 1 year ago

Wefwef is a web app. Its a PWA - progressive web app. It is accessed through your browser. You can "install" it, and access it without the browser interface. It is however still the browser.