Microservice and where to host it
Is fastify still the #1 for quick microservice? Where do you recommend hosting it
4 Replies
Hono + Cloudflare Workers is a great combo (Super fast, on the edge + 100k free requests per day)
I want a microservice with stateful backend
You can use Hono with node too
Where would you host it? Do you know of any templates where there is a lot of setup done? Eslint, typescript, prettier, tests, etc..