summaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-01 13:56:26 -0700
committerLi Haoyi <haoyi@dropbox.com>2014-11-01 13:56:26 -0700
commit608dce52d5100feb3c0d24d023234c1f8ab1b2ee (patch)
tree8921803abbe4c7c54e752ba0070142d8d5684a36 /book
parent207ed68f7167f235a8c970d99ac7ef4909ee1a66 (diff)
downloadhands-on-scala-js-608dce52d5100feb3c0d24d023234c1f8ab1b2ee.tar.gz
hands-on-scala-js-608dce52d5100feb3c0d24d023234c1f8ab1b2ee.tar.bz2
hands-on-scala-js-608dce52d5100feb3c0d24d023234c1f8ab1b2ee.zip
More refactoring
Diffstat (limited to 'book')
-rw-r--r--book/src/main/scalatex/book/WebPage.scalatex3
1 files changed, 3 insertions, 0 deletions
diff --git a/book/src/main/scalatex/book/WebPage.scalatex b/book/src/main/scalatex/book/WebPage.scalatex
index c27981e..cbc665c 100644
--- a/book/src/main/scalatex/book/WebPage.scalatex
+++ b/book/src/main/scalatex/book/WebPage.scalatex
@@ -130,3 +130,6 @@
@sect{Using Web Services}
+ @p
+ One half of the web application faces forwards towards the user, managing and rendering HTML or Canvas for the user to view and interact with. Another half faces backwards, talking to various web-services or databases which turn the application from a standalone-widget into part of a greater whole. We've already seen how to make the front half, let's now talk about working with the back half.
+