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

Commit

Permalink
Merge branch 'master' of github.com:kwebio/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 20, 2018
2 parents 18e31b2 + 78af65a commit 9441d84
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
Expand Up @@ -7,20 +7,20 @@ A new paradigm for website architecture

Most websites are two pieces of tightly coupled software, *client* and *server*.

* Client
* Client
* Runs in the browser
* Responsible for user interaction
* Typically written in JavaScript
* Untrusted execution environment

* Server
* Server
* Runs in a datacenter
* Responsible for business logic
* May be written in a wide variety of languages
* Trusted execution environment

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.
The first runs in the web browser, the second runs on the web server. 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. 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.
Expand Down

0 comments on commit 9441d84

Please sign in to comment.