Someone on HN suggested (https://news.ycombinator.com/user?id=azophy_2) I should host the application via SSH, so that anyone could just do: ssh commandjobs.com
I thought that was super cool, but after doing some googling, I can't find any good resources on how to host command line applications via ssh
Would really appreciate any links or information you could provide on how to do it
Thank you
To get more fancy with registration and a community, setup a BBS [1]. Here is how one BBS does it [2]. use the ‘local doors’ function to bridge to your app. good luck
[0] https://github.com/dokku/sshcommand
[1] https://www.telnetbbsguide.com/bbs/connection/ssh/list/detai...
[2] https://nuskooler.github.io/enigma-bbs/servers/loginservers/...
But then if you want to have multiple, anonymous, users accessing the application at the same time, without sharing data, it gets tricky
maybe you can build your own wrapper that calls a subprocess.