|
@@ -33,6 +33,10 @@
|
|
|
</section>
|
|
|
<section>
|
|
|
<h3>API</h3>
|
|
|
+ <p>The basic Rusty's idea was to stream small pieces of JavaScript
|
|
|
+ to the thin client that performs simple <b>eval</b>. This is
|
|
|
+ server side rendering framework with SDK for creating rich and complex
|
|
|
+ control elements such as virtual grid or file upload element.</p>
|
|
|
<h4>q(atom()) -> term().</h4>
|
|
|
<p>Retrieves from process dictionary by atom-key the value of client DOM element
|
|
|
passed by over the network in <b>#ev</b> record as a part of <b>#pickle</b> message.</p>
|