Update README.md

This commit is contained in:
Alberto 2017-07-18 22:23:40 +02:00 committed by GitHub
parent 31f319ad9d
commit 53f5e881e5

View file

@ -22,7 +22,7 @@ Browser nodes, running transient programs compiled with ghcjs are integrated wit
Distributed Browser/server Widgets
-------
Browser nodes can integrate Hplayground for ghcjs, a reactive client side library based in trasient (package ghcjs-hplay) they can create widgets with HTML form elements and control the server nodes. A computation can move from browser to server and back at runtime despite the different architecture.
Browser nodes can integrate Hplayground for ghcjs, a reactive client side library based in trasient (package axiom) they can create widgets with HTML form elements and control the server nodes. A computation can move from browser to server and back at runtime despite the different architecture.
Widgets with code running in browser and servers can compose with other widgets. A Browser node can gain access to many server nodes trough the server that delivered the web application.