typesafe and fun
- State persistence
- SQLite database
- Object storage
- WebSocket connection
- Request/Response with rpc
- worker A server using
hono
- rpc communication with worker B
- worker B uses worker entrypoint
- worker entrypoint
- spawn the same worker recursively
- make a bunch of outgoing connections in parallel
- might be an antipattern. Deployment is a pain and will probs need be in two stages. You get an error deploying a worker with a non existent binding.
Setting the ports for the workers in the dev scripts allows you to run all the workers locally with npm run dev
.
Thanks to @threepointone for all the help getting setup.