Hacker News new | ask | show | jobs
by throwaway-42808 921 days ago
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?

1 comments

As easy as `ssc build`. You can build for android with: `ssc build --platform android`