Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts/2023-01-03-website-vs-application-vs-web-app #110

Open
utterances-bot opened this issue Mar 27, 2023 · 1 comment
Open

posts/2023-01-03-website-vs-application-vs-web-app #110

utterances-bot opened this issue Mar 27, 2023 · 1 comment

Comments

@utterances-bot
Copy link

Website vs. Application vs. Web App

Jen Simmons recently posted an interesting question about website thinking for 2023, and I waded into the conversation and realized I have strong opinions as a mediocre white guy in tech. So I’m gonna go into my headspace about these topics.

https://alex.party/posts/2023-01-03-website-vs-application-vs-web-app

Copy link

I call my thing a disconnected web app. Because it runs on the browser, and outputs on the browser. It's one-way. Sure, the server gives you the initial files, and drip feeds you the extra libraries and resources as they are requested, but the server is nothing more than a file store. Do a file upload? It's in the browser. Record from your webcam into a frame in a powerpoint file, convert the video result to web friendly formats? In the browser. There's no "other" party; no social network; no reason for the server to care about anything going on at the browser. Heck, it doesn't even do analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants