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 253b442 commit 752ac5c
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 @@ -41,7 +41,7 @@ To minimize latency, Kweb can "preload" instructions to the browser to modify th
events, perhaps to disable a button or temporarily display a "spinner".

Kweb is designed to be efficient. All operations are handled asynchronously, thread and memory usage are minimized.
Kweb runs on the JVM, which is 5-10 times [faster](https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/javascript.html)
Kweb runs on the JVM, which is 5-10 times `faster <https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/javascript.html>`_
than Node.js.

Features
Expand Down

0 comments on commit 752ac5c

Please sign in to comment.