Hono and node.js cluster...yes, it's possible! #3946
stefanos82
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Seems like it's possible to use Hono with Node.js cluster module!
Here's the actual sample code:
Just remember to configure your
package.json
to run this instead of the standard TypeScript index file or whatever the name your gave it and should work just fine; I personally wrote it as"cluster": "tsx watch src/cluster.ts"
.Beta Was this translation helpful? Give feedback.
All reactions