File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Webix demo for NodeJS
2
+
3
+ This package shows how Webix can be used with NodeJS (Express) backend.
4
+
5
+ There are 3 major cases:
6
+
7
+ - Loading data into data components (list, datatable, chart, etc. )
8
+ - Loading data in hierarchical components (tree, treetable, etc.)
9
+ - Working with forms
10
+
11
+ For data loading the server must provide a GET handler which returns a collection of JSON objects (a single JSON object in case of the form )
12
+
13
+ For data saving, a common REST pattern is used. Rest handlers must return a valid JSON object with optional ID value.
14
+
15
+ ### Check also
16
+
17
+
18
+ - [ PHP (Lumen | Laravel) samples] ( //github.com/webix-hub/webix-php-lumen-demo )
19
+ - [ .Net MVC samples] ( //github.com/webix-hub/webix-netmvc-demo )
20
+
21
+
22
+ ## License
23
+
24
+ [ MIT license] ( http://opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments