···1515 github: Bwc9876/CloudBox
1616image: ./cloud-box.png
1717---
1818+1819import ExtLink from "@components/ExtLink.astro";
19202020-CloudBox was a project for <ExtLink href="https://technica-2023.devpost.com/">Technica 2023</ExtLink>.
2121+CloudBox was a project for <ExtLink href="https://technica-2023.devpost.com/">Technica 2023</ExtLink>.
21222223It runs instances of a virtual machine on Google Cloud Platform, and allows users to manage and remote into them through a web interface.
2324···25262627The remote connection was made using WebSSH, which is a web server that uses WebSockets to connect to a remote server.
27282828-It was a good first hackathon experience, and I learned a lot about web development and cloud computing.
2929+It was a good first hackathon experience, and I learned a lot about web development and cloud computing.
2930I also learned a lot about how to work in a team, and how to manage a project.