Member-only story
Share Your Terminal As a Web Application
Welcome back! Coding is one of the greatest skillsets to have nowadays, and as a coder, we spend alot of time inside of the Terminal of our machines, so, what if there was a way to share our Terminal as a web application? Well, there actually is! With the gotty project, we actually have this capability! Check out their GitHub repository below to learn more about this project!
Now, this specific tool will allow us to convert our command line tool into a web application, here is an example from their GitHub page:
If this looks interesting, it’s very easy to get started with this tool! All we have to do is use the following brew command:
brew install yudai/gotty/gotty
If you don’t have brew on your machine, you can install it with the link below: