Building an API across multiple workers
Looking at building a large API with Cloudflare workers with about 60 endpoints. It would be crazy to build all in one worker, right?
I considered using Hono and npmn workspaces to share code between workers where needed. Has anyone done this before? Looking at most guides everyone has a worker with four endpoints.
Last thought has does it work mapping a domain say api.example.com to multiple workers?
I considered using Hono and npmn workspaces to share code between workers where needed. Has anyone done this before? Looking at most guides everyone has a worker with four endpoints.
Last thought has does it work mapping a domain say api.example.com to multiple workers?
