Hi HN! I recently built a cli tool that uses AI to find job matches for software engineers (https://github.com/nicobrenner/commandjobs)
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