iso27diy-corp/AuditGlue/System alternative/No local installs.md

46 lines
No EOL
2.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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)
---