BeerChugga
BeerChugga
HHono
Created by BeerChugga on 9/5/2024 in #help
Recommendation on libraries for relatively small project
I am new to Hono and CFW. I want to use Cloudflare workers with Hono to convert an old website I wrote many years ago in Classic ASP to a modern framework as a learning exercise. After that, I have some other .NET apps I want to convert. But, I'm stuck on some basics. Using ChatGPT I got a basic API working with Hono and Workers. But to my surprise, serving static content is not straight forward. I want to keep my project as simple as possible, but it seems i need to setup Cloudflare pages as well. I want to be able manage the static content and Worker code in the same project. I also want to use templates for the HTML content. I'm familiar with Handlebars but I'm not sure that's ideal here. I want to use whatever is best and lightweight/fastest for my project. It would also be nice to have some kind of ORM for the D1 database Do you have any recommendations on the stack/libraries I should go with? Are there any current tutorials you can point me to that will help me get up and running? Thank you.
9 replies