Ask HN: Are self hosted SAAS generally provided as source or compiled?

3 points by skylark ↗ HN
Question is in the title. If you're offering a self-hosted version of your SAAS, is it expected that you hand over an unobfuscated copy of your source? Or do you generally distribute compiled files?

1 comment

[ 5.3 ms ] story [ 16.1 ms ] thread
I obfuscate using UglifyJS before sending. I send it with a file that runs the program and all the dependency libraries built in so it is self contained in a zipped folder. The customer downloads the folder, unzips it and runs it.