Live data from Hacker News

A new cross-platform solution for Web developers

socketsupply.co

1–10 of 24 posts

Re: A new cross-platform solution for Web developers

#4
Hello HN! Creator and co-maintainer of the Socket runtime here. This project is new, and it's very ambitious, so I'm here to answer any and all questions. Some of the key take-aways are...

- A focus on Web Devs (No new languages to learn)

- A runtime, not a library (All developer code is encapsulated)

- Provide a secure context that loads like local web server (to make it easy to bring existing code, and use it like a web developer)

- Normalize native platform features like Bluetooth and UDP sockets - Normalize differences between wkwebview and Webview2, and provide things like a unified WHATWG fetch method and URL class.

- Provides new kinds of communication protocols (like P2P)

Please visit the post for more details and give it a star on GitHub to show your support. Cheers!

Re: A new cross-platform solution for Web developers

#6
post #4

Hello HN! Creator and co-maintainer of the Socket runtime here. This project is new, and it's very ambitious, so I'm here to answer any and all questions. Some of the key take-aways are... - A focus on Web Devs (No new languages to learn) - A runtime, not a library (All developer code is encapsulated) - Provide a secure context that loads like local web server (to make it easy to bring existing code, and use it like…

What target platforms can we use Socket to build for today? “iOS, Android, MacOS, Linux, Windows, and ChromeOS?” - https://socketsupply.co/blog/hello-world/

Re: A new cross-platform solution for Web developers

#8
post #6
post #4

Hello HN! Creator and co-maintainer of the Socket runtime here. This project is new, and it's very ambitious, so I'm here to answer any and all questions. Some of the key take-aways are... - A focus on Web Devs (No new languages to learn) - A runtime, not a library (All developer code is encapsulated) - Provide a secure context that loads like local web server (to make it easy to bring existing code, and use it like…

What target platforms can we use Socket to build for today? “iOS, Android, MacOS, Linux, Windows, and ChromeOS?” - https://socketsupply.co/blog/hello-world/

We officially support iOS, Android, MacOS, Linux, Windows, XBox, Android TV, and unofficially a few others that are in-progress (Apple Watch, ChromeOS). We should definitely put a list somewhere on the site.

Re: A new cross-platform solution for Web developers

#9
I have worked with some on the team in a professional setting in the past. I've seen them deliver brilliant enterprise-grade engineering to the Fortune 500. Now they're shaking up the world again. For some reason they're just giving it all away. Take advantage of their generosity. This is pro.

Re: A new cross-platform solution for Web developers

#10
post #8
post #6

Earlier quoted context omitted.

What target platforms can we use Socket to build for today? “iOS, Android, MacOS, Linux, Windows, and ChromeOS?” - https://socketsupply.co/blog/hello-world/

We officially support iOS, Android, MacOS, Linux, Windows, XBox, Android TV, and unofficially a few others that are in-progress (Apple Watch, ChromeOS). We should definitely put a list somewhere on the site.

Seems like Socket's mobile platform support is more mature than Tauri's to me. Are there other benefits to solo devs or small teams choosing Socket over Tauri beyond that and not having to write Rust to interact with the underlying system?
Post reply on HN