We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445e81e commit 72e0cefCopy full SHA for 72e0cef
TUTORIAL.md
@@ -64,6 +64,8 @@ This will start a server on the default port 8080.
64
You can change the listening IP and port by passing it as an argument to the `Server` constructor.
65
Passing `InetSocketAddress(0)` will bind to any available port.
66
67
+You can also pass `Server(workerPool = Executors.newVirtualThreadPerTaskExecutor())` if you want to run request handlers in JVM virtual threads.
68
+
69
## Config
70
71
Most applications need some configuration. 12-factor applications use environment variables for configuration.
0 commit comments