extensive API on cloudflare Workers
Hi, I'm starting a new project, while I've been working with cloudflare for only a short time, and I'm wondering whether it makes sense to create a backend based on Workers (using hono.dev), which is quite extensive (logging in, registration, user/project management, etc.) or better to choose classic Express.JS. But with the use of Express.JS I would still depend on using cloudflare to host the API, and I am also wondering how best to do it
1 Reply
Up to you. Express is kinda dated. Also, Hono is built for edge runtimes specifically targeting Workers. You're likely to run into less issues using Hono.