No description
| .kotlin/metadata/kotlinCInteropLibraries | ||
| auth@8138dfbb08 | ||
| gradle | ||
| nano-rpc-kotlin@9027315eaf | ||
| registry@8991d8c554 | ||
| registry-loader@086bb9b6e4 | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle.kts | ||
faucet
This project was created using the Ktor Project Generator.
Here are some useful links to get you started:
- Ktor Documentation
- Ktor GitHub page
- The Ktor Slack chat. You'll need to request an invite to join.
Features
Here's a list of features included in this project:
| Name | Description |
|---|---|
| Request Validation | Adds validation for incoming requests |
| Routing | Provides a structured routing DSL |
| HTML DSL | Generates HTML from Kotlin DSL |
Building & Running
To build or run the project, use one of the following tasks:
| Task | Description |
|---|---|
./gradlew nativeTest |
Run the tests |
./gradlew build |
Build everything |
./gradlew runDebugExecutableNative |
Run the server |
If the server starts successfully, you'll see the following output:
2024-12-04 14:32:45.584 [main] INFO Application - Application started in 0.303 seconds.
2024-12-04 14:32:45.682 [main] INFO Application - Responding at http://0.0.0.0:8080