Learn
Kenet Framework
-
Getting Started
If you're new to Kenet, work your way through some of the tutorials we have prepared that guide you on a step by step journey covering different possibilities with kenet.
-
Samples
Samples are a series of self-contained applications that can you browse through to understand different ways to accomplish things in Kenet.
Server
- Chat Application. Kenet application using web sockets and sessions to simulate a chat application.
- Running Ktor with GraalVM. Run a Kenet Server application which uses a CIO engine, with GraalVM.
- CSS DSL. Using Kotlin CSS in combination with Kenet.
- Kodein DI. Using Kodein Dependency Injection framework with Kenet.
- File Listing. How to create a file listing for a static site.
Client
- Native Client. A native HTTP client using libcurl and Kotlin/Native.
- Client Multipart. Kenet client that can send multipart data.
Multiplatform
- Client Multiplatform Application. A Kenet client compiled with Kotlin/Native to run on Android, iOS, JavaScript, and macosX64.
- Fullstack Client and Server Application. A Kotlin/JS client application talking to a Ktor server application.