Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Update intro.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 15, 2020
1 parent 3e6d9f0 commit 38da528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A common concern about this approach is that the user interface might feel slugg
Kweb solves this problem by `preloading <https://docs.kweb.io/en/latest/dom.html#immediate-events>`_ instructions to
the browser to be executed immediately on browser events without a server round-trip.

We've designed Kweb to be efficient. It's built on the popular `Ktor <https://ktor.io/>_ framework, and makes effective use of Kotlin's concurrency features, particularly `coroutines <https://kotlinlang.org/docs/reference/coroutines-overview.html>`_.
We've designed Kweb to be efficient. It's built on the popular `Ktor <https://ktor.io/>`_ framework, and makes effective use of Kotlin's concurrency features, particularly `coroutines <https://kotlinlang.org/docs/reference/coroutines-overview.html>`_.

Features
--------
Expand Down

0 comments on commit 38da528

Please sign in to comment.