Browse Source

nitro api intro man

Namdak Tonpa 5 years ago
parent
commit
577a14a1a8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      man/nitro.htm

+ 4 - 0
man/nitro.htm

@@ -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>