Skip to content

Commit d47a229

Browse files
committed
Merge branch 'master' of github.com:webix-hub/webix-nodejs-demo
2 parents 8374eea + c718634 commit d47a229

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

readme.md

Lines changed: 24 additions & 0 deletions
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)