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

Commit

Permalink
motivation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 15, 2018
1 parent 75738f0 commit 44123e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions intro.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Motivation
##########
==========

Most websites are two pieces of software. The first runs on the web server, the second
runs in the web browser. Coders work hard to try to make the website appear like a single piece
of software to the website visitor, but this requires a lot of hidden complexity.

Kweb allows you to write your entire app as a single piece of software, as
if it was running on a single computer. It's written in [Kotlin](https://kotlinlang.org/), a
if it was running on a single computer. It's written in `Kotlin <https://kotlinlang.org/>`_, a
powerful new programming language that is rapidly growing in popularity.

Kweb does this by moving as much of the business logic to the server as possible, and then allowing
Expand All @@ -17,7 +17,7 @@ Through a clever set of optimizations, Kweb avoids unnecessary delays waiting fo
and minimizes network latency through use of WebSockets.

Key Features
############
============

* A single unified codebase for your webapp, no server/browser split
* Code in [Kotlin](https://steve-yegge.blogspot.com/2017/05/why-kotlin-is-better-than-whatever-dumb.html?m=1)
* Code in Kotlin `Why Kotlin? <https://steve-yegge.blogspot.com/2017/05/why-kotlin-is-better-than-whatever-dumb.html?m=1>`_

0 comments on commit 44123e4

Please sign in to comment.