Hacker News new | ask | show | jobs
by wonrax 973 days ago
I currently host a personal VPN and my website (which includes a static blog, a Rust API, and a Postgres database), all on a $6/m VPS. Being a first-time customer, the service provider offered a 100% bonus on the credit I deposited making it even half as expensive. It probably won't hold up when the site has decent traffic, but for now it's the best money I've spent.
1 comments

What do you do with the API?
Currently it has only one API route to simultaneously increments the view count in Postgres and returns an HTML badge containing the count. In the future I want to use it for authentication, particularly for admin routes and other stuff to access my private data.