Live data from Hacker News

A new cross-platform solution for Web developers

socketsupply.co

21–24 of 24 posts

Re: A new cross-platform solution for Web developers

#21
How easy would it be to make a Socket-based GUI program, stick it on a thumb drive and run it on a friend's PC?

The Distribution Guide (https://socketsupply.co/guides/#distribution-guide) has instructions for code signing on Apple platforms, but I'm curious about the "weekend project" angle. Like, does `ssc` produce exe, apk? Could I use it to make a self-contained app that can launch without installation on Linux?

Re: A new cross-platform solution for Web developers

#23

How easy would it be to make a Socket-based GUI program, stick it on a thumb drive and run it on a friend's PC? The Distribution Guide ( https://socketsupply.co/guides/#distribution-guide ) has instructions for code signing on Apple platforms, but I'm curious about the "weekend project" angle. Like, does `ssc` produce exe, apk? Could I use it to make a self-contained app that can launch without installation on Linux?

As easy as `ssc build`. You can build for android with: `ssc build --platform android`
Post reply on HN