mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update cluster.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Start a cluster of HTTP servers
|
||||
description: Run multiple concurrent HTTP servers via the "reusePort" option to share the same port across multiple processes
|
||||
description: Run multiple HTTP servers concurrent via the "reusePort" option to share the same port across multiple processes
|
||||
---
|
||||
|
||||
To run multiple HTTP servers concurrently, use the `reusePort` option in `Bun.serve()` which shares the same port across multiple processes.
|
||||
|
||||
Reference in New Issue
Block a user