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

Commit

Permalink
misc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 19, 2018
1 parent 05454bf commit 2030355
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions concepts.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
========
Concepts
========

State
-----

1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ The main Kweb website is http://kweb.io/.
.. toctree::
intro
gettingstarted
concepts
faq
5 changes: 2 additions & 3 deletions intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Most websites are two pieces of tightly coupled software, *client* and *server*.
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. Kweb does this by moving as much of the business logic to the server
as possible, leaving a simple but powerful interface to the web browser.
Kweb allows you to write your entire app as a single piece of software. Kweb does this by moving as much of the
business logic to the server as possible, leaving a simple but powerful interface to the web browser.

It's written in `Kotlin <https://kotlinlang.org/>`_, a
powerful programming language that is rapidly growing in popularity, now being promoted by Google as a replacement
Expand Down

0 comments on commit 2030355

Please sign in to comment.