Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webix-hub/webix-nodejs-demo
NodeJS (Express) demo for Webix UI
https://github.com/webix-hub/webix-nodejs-demo
express nodejs webix webix-backend
Last synced: 12 days ago
JSON representation
NodeJS (Express) demo for Webix UI
- Host: GitHub
- URL: https://github.com/webix-hub/webix-nodejs-demo
- Owner: webix-hub
- Created: 2014-03-25T13:13:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T09:31:54.000Z (about 5 years ago)
- Last Synced: 2024-04-09T21:15:13.220Z (9 months ago)
- Topics: express, nodejs, webix, webix-backend
- Language: JavaScript
- Homepage: https://webix.com
- Size: 202 KB
- Stars: 6
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Webix demo for NodeJS
This package shows how Webix can be used with NodeJS (Express) backend.
There are 3 major cases:
- Loading data into data components (list, datatable, chart, etc. )
- Loading data in hierarchical components (tree, treetable, etc.)
- Working with formsFor 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 )
For data saving, a common REST pattern is used. Rest handlers must return a valid JSON object with optional ID value.
### Check also
- [PHP (Lumen | Laravel) samples](//github.com/webix-hub/webix-php-lumen-demo)
- [.Net MVC samples](//github.com/webix-hub/webix-netmvc-demo)## License
[MIT license](http://opensource.org/licenses/MIT)