Skip to content

Commit c718634

Browse files
authored
[add] readme
1 parent 8c88206 commit c718634

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

readme.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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)

0 commit comments

Comments
 (0)