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 a03c59e commit 0e7742b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Introduction
Motivation
----------

Modern websites consist of at least two `tightly coupled <https://en.wikipedia.org/wiki/Coupling_(computer_programming)>`_ components, one runs in the browser, the other on the server. These may written in different languages and must communicate with each other over an HTTP connection.
Modern websites consist of at least two `tightly coupled <https://en.wikipedia.org/wiki/Coupling_(computer_programming)>`_ components, one runs in the browser, the other on the server. These are often written in different programming languages and must communicate with each other over an HTTP connection.

Kweb eliminates this server/browser separation so that your webapp's architecture is determined by the problem you're solving, rather than the limitations of today's tools.
Kweb's goal is to eliminate this server/browser separation so that your webapp's architecture is determined by the problem you're solving, rather than the limitations of today's tools.

Kweb does this by moving as much of the logic to the server as possible, leaving a simple but powerful interface to the web browser where server-browser communications are handled automatically.

Expand Down

0 comments on commit 0e7742b

Please sign in to comment.