Cleaned up Literature folder

This commit is contained in:
Richard Kranendonk 2026-05-18 12:48:01 +02:00
parent 73a6380034
commit fe5eda4e05
586 changed files with 53911 additions and 2475 deletions

View file

@ -0,0 +1,46 @@
---
tags:
- SupaBase
- project/iso27DIY
- WeWeb
- dev
- stack
---
# No local components on edge devices
Prompt:
`Once the web service is developed with this technologies, what would need to be installed on MacOS and Windows edge devices to use this service?
For your web service using WeWeb (front end) and Supabase with Deno-powered Edge Functions (back end), **no special software needs to be installed on MacOS or Windows edge devices** (such as end-user computers or tablets) to use the service. Heres why:
- **Web-Based Access:** The service is accessed via a web browser (Chrome, Safari, Edge, Firefox, etc.), which is already installed on most devices[^2_1][^2_2].
- **No Local App Required:** Since WeWeb generates a standard web app and Supabase Edge Functions expose APIs over HTTPS, users simply need an internet connection and a modern browser.
- **Edge Functions Run in the Cloud:** The Deno runtime and your server-side logic are executed on Supabases infrastructure, not on the users device[^2_3].
**In summary:**
Users access your service through their browser—nothing needs to be installed on their MacOS or Windows devices beyond a standard web browser and internet connection.
[^2_1]: [https://docs.weweb.io/start-here/frequently-asked-questions.html](https://docs.weweb.io/start-here/frequently-asked-questions.html)
[^2_2]: [https://macchina.io/blog/internet-of-things/provide-secure-remote-access-iot-edge-devices/](https://macchina.io/blog/internet-of-things/provide-secure-remote-access-iot-edge-devices/)
[^2_3]: [https://blog.stackademic.com/everything-you-need-to-know-about-supabase-from-beginner-to-expert-f3889025442b](https://blog.stackademic.com/everything-you-need-to-know-about-supabase-from-beginner-to-expert-f3889025442b)
[^2_4]: [https://www.halo-lab.com/blog/building-fast-backends-in-supabase](https://www.halo-lab.com/blog/building-fast-backends-in-supabase)
[^2_5]: [https://stackoverflow.com/questions/1856753/web-service-solutions-from-mac](https://stackoverflow.com/questions/1856753/web-service-solutions-from-mac)
[^2_6]: [https://community.weweb.io/t/question-for-weweb-devs-with-a-macbook-pro/7304](https://community.weweb.io/t/question-for-weweb-devs-with-a-macbook-pro/7304)
[^2_7]: [https://stackoverflow.com/questions/76761877/bubble-io-or-weweb-which-is-best-for-application-development](https://stackoverflow.com/questions/76761877/bubble-io-or-weweb-which-is-best-for-application-development)
[^2_8]: [https://nocodealliance.org/tool-overview/weweb](https://nocodealliance.org/tool-overview/weweb)
[^2_9]: [https://slashdot.org/software/comparison/WeWeb-vs-Webflow/](https://slashdot.org/software/comparison/WeWeb-vs-Webflow/)
[^2_10]: [https://www.apple.com/server/docs/Windows_Services_TB_v10.4.pdf](https://www.apple.com/server/docs/Windows_Services_TB_v10.4.pdf)
---