Ktor et permet crear aplicacions client i servidor asíncrones, des de microserveis fins a aplicacions client HTTP multiplataforma de manera senzilla.
Server
Client
API
Exposed
HTML
With Ktor HTML DSL, you can respond to a client with HTML blocks.
HTMX
SSE
Server-Sent Events (SSE) is a technology that allows a server to continuously push events to a client over an HTTP connection.
WebSocket
WebSocket is a protocol that provides a full-duplex communication session between the user's browser and a server over a single TCP connection. It is particularly useful for creating applications that require real-time data transfer from and to the server.