Do you have any eye-opening websites that really demonstrate some of the true power of the modern web?
Ask HN: Can you share websites that are pushing the utility of browsers forward?
1–10 of 135 posts
I'm aware of the relatively recent addition of things like WebXR, WebGL, WebAssembly, WebRTC, but I feel I am woefully out of touch with the most compelling and useful examples of these novel standards.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#2Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#3ESP Web Tools uses WebSerial to allow users to install, update and manage firmware running on ESP microcontrollers: https://esphome.github.io/esp-web-tools/
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#4Figma is written in C++ and compiled to web assembly. All the UX designers I know are using it because it's pretty powerful for a webapp.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#5This is a nice example
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#6ESP Web Tools uses WebSerial to allow users to install, update and manage firmware running on ESP microcontrollers: https://esphome.github.io/esp-web-tools/
On a similar note, you can flash your pixel devices from the Google website: https://old.reddit.com/r/GooglePixel/comments/raxrjg/til_you...
You connect your phone to the desktop via USB, then navigate to the specific website. Then it uses a Web API to talk to the phone. I'm not sure whether it uses privileged access though.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#7Figma is written in C++ and compiled to web assembly. All the UX designers I know are using it because it's pretty powerful for a webapp.
[deleted]
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#8This is a nice example https://www.3dorderbook.com/
That's awesome!
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#9The WebAudioModules (WAM) have some very cool demos if you're into music: https://www.webaudiomodules.org/wamsynths/
I've been learning tone.js as of late
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#10Don’t most of the newer browser versions of video conferencing products (Zoom, Teams etc) use WebRTC?