2017-10-17 00:14:32 +00:00
|
|
|
### JS Ecosystem Demos
|
|
|
|
|
|
|
|
The [`demos` directory](demos/) includes sample projects for:
|
|
|
|
|
|
|
|
**Frameworks and APIs**
|
2018-03-19 21:42:55 +00:00
|
|
|
- [`angularjs`](demos/angular/)
|
2018-05-21 01:41:01 +00:00
|
|
|
- [`angular 2 / 4 / 5 / 6 and ionic`](demos/angular2/)
|
|
|
|
- [`knockout`](demos/knockout/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`meteor`](demos/meteor/)
|
|
|
|
- [`react and react-native`](demos/react/)
|
|
|
|
- [`vue 2.x and weex`](demos/vue/)
|
|
|
|
- [`XMLHttpRequest and fetch`](demos/xhr/)
|
|
|
|
- [`nodejs server`](demos/server/)
|
2018-01-27 00:52:46 +00:00
|
|
|
- [`databases and key/value stores`](demos/database/)
|
2018-04-06 06:39:48 +00:00
|
|
|
- [`typed arrays and math`](demos/array/)
|
2017-10-17 00:14:32 +00:00
|
|
|
|
|
|
|
**Bundlers and Tooling**
|
|
|
|
- [`browserify`](demos/browserify/)
|
2018-01-27 00:52:46 +00:00
|
|
|
- [`fusebox`](demos/fusebox/)
|
|
|
|
- [`parcel`](demos/parcel/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`requirejs`](demos/requirejs/)
|
|
|
|
- [`rollup`](demos/rollup/)
|
|
|
|
- [`systemjs`](demos/systemjs/)
|
2017-12-01 05:48:10 +00:00
|
|
|
- [`typescript`](demos/typescript/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`webpack 2.x`](demos/webpack/)
|
|
|
|
|
|
|
|
**Platforms and Integrations**
|
|
|
|
- [`electron application`](demos/electron/)
|
|
|
|
- [`nw.js application`](demos/nwjs/)
|
2018-03-29 04:31:36 +00:00
|
|
|
- [`Chrome / Chromium extensions`](demos/chrome/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`Adobe ExtendScript`](demos/extendscript/)
|
|
|
|
- [`Headless Browsers`](demos/headless/)
|
|
|
|
- [`canvas-datagrid`](demos/datagrid/)
|
2020-03-23 01:57:53 +00:00
|
|
|
- [`x-spreadsheet`](demos/xspreadsheet/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`Swift JSC and other engines`](demos/altjs/)
|
2018-03-29 04:31:36 +00:00
|
|
|
- [`"serverless" functions`](demos/function/)
|
2018-02-03 20:46:32 +00:00
|
|
|
- [`internet explorer`](demos/oldie/)
|
2017-10-17 00:14:32 +00:00
|
|
|
|
2019-11-15 01:46:49 +00:00
|
|
|
Other examples are included in the [showcase](demos/showcase/).
|
|
|
|
|