2022-05-16 03:26:04 +00:00
|
|
|
---
|
2022-08-24 23:48:22 +00:00
|
|
|
pagination_prev: getting-started/index
|
2022-05-16 03:26:04 +00:00
|
|
|
hide_table_of_contents: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# Demo Projects
|
|
|
|
|
2022-08-25 08:22:28 +00:00
|
|
|
Demos include complete examples and short discussions. For features that can
|
|
|
|
run in the web browser, demos will include interactive examples.
|
2022-05-16 03:26:04 +00:00
|
|
|
|
2022-07-06 05:38:24 +00:00
|
|
|
### JavaScript APIs
|
|
|
|
|
2022-08-05 05:10:11 +00:00
|
|
|
- [`XMLHttpRequest and fetch`](./network)
|
2022-07-06 05:38:24 +00:00
|
|
|
- [`Clipboard Data`](./clipboard)
|
2022-10-19 10:05:59 +00:00
|
|
|
- [`Web Workers`](./worker)
|
2022-07-08 00:04:16 +00:00
|
|
|
- [`Typed Arrays for Machine Learning`](./ml)
|
2022-10-19 10:05:59 +00:00
|
|
|
- [`Local File Access`](./localfile)
|
2022-07-24 20:13:15 +00:00
|
|
|
- [`LocalStorage and SessionStorage`](./database#localstorage-and-sessionstorage)
|
|
|
|
- [`Web SQL Database`](./database#websql)
|
|
|
|
- [`IndexedDB`](./database#indexeddb)
|
2022-07-06 05:38:24 +00:00
|
|
|
|
|
|
|
### Frameworks
|
2022-05-16 03:26:04 +00:00
|
|
|
|
2022-08-24 23:48:22 +00:00
|
|
|
- [`Angular`](./angular)
|
2022-08-17 07:10:01 +00:00
|
|
|
- [`React`](./react)
|
2022-08-26 05:39:17 +00:00
|
|
|
- [`Svelte`](./svelte)
|
2022-08-18 08:41:34 +00:00
|
|
|
- [`VueJS`](./vue)
|
|
|
|
- [`Angular.JS`](./legacy#angularjs)
|
2022-08-31 06:46:03 +00:00
|
|
|
- [`Dojo`](./legacy#dojo-toolkit)
|
2022-08-18 08:41:34 +00:00
|
|
|
- [`Knockout`](./legacy#knockout)
|
2022-05-16 03:26:04 +00:00
|
|
|
|
|
|
|
### Front-End UI Components
|
|
|
|
|
2022-08-01 05:34:23 +00:00
|
|
|
- [`canvas-datagrid`](./grid#canvas-datagrid)
|
2022-08-18 08:41:34 +00:00
|
|
|
- [`x-spreadsheet`](./grid#x-spreadsheet)
|
|
|
|
- [`react-data-grid`](./grid#react-data-grid)
|
|
|
|
- [`vue3-table-lite`](./grid#vue3-table-lite)
|
2022-08-01 05:34:23 +00:00
|
|
|
- [`angular-ui-grid`](./grid#angular-ui-grid)
|
2022-09-03 10:02:45 +00:00
|
|
|
- [`material ui`](./grid#material-ui-table)
|
2022-10-19 10:05:59 +00:00
|
|
|
|
2022-05-16 03:26:04 +00:00
|
|
|
### Platforms and Integrations
|
2022-07-06 05:38:24 +00:00
|
|
|
|
2022-07-31 23:45:34 +00:00
|
|
|
- [`Command-Line Tools`](./cli)
|
2022-08-15 03:07:34 +00:00
|
|
|
- [`iOS and Android Mobile Applications`](./mobile)
|
2022-08-21 19:43:30 +00:00
|
|
|
- [`NodeJS Server-Side Processing`](./server#nodejs)
|
2022-08-19 06:42:18 +00:00
|
|
|
- [`Deno Server-Side Processing`](./server#deno)
|
2022-08-13 22:01:26 +00:00
|
|
|
- [`Content Management and Static Sites`](./content)
|
2022-08-04 03:00:20 +00:00
|
|
|
- [`Electron`](./desktop#electron)
|
2022-08-03 07:42:37 +00:00
|
|
|
- [`NW.js`](./desktop#nwjs)
|
2022-08-14 02:10:41 +00:00
|
|
|
- [`Tauri`](./desktop#tauri)
|
2022-08-31 06:46:03 +00:00
|
|
|
- [`Wails`](./desktop#wails)
|
2022-08-15 03:07:34 +00:00
|
|
|
- [`Chrome and Chromium Extensions`](./chromium)
|
2022-05-20 08:48:21 +00:00
|
|
|
- [`Google Sheets API`](./gsheet)
|
2022-05-30 05:04:05 +00:00
|
|
|
- [`ExtendScript for Adobe Apps`](./extendscript)
|
2022-06-11 17:21:26 +00:00
|
|
|
- [`NetSuite SuiteScript`](./netsuite)
|
2022-09-22 00:20:14 +00:00
|
|
|
- [`Salesforce Lightning Web Components`](./salesforce)
|
2022-08-30 22:12:52 +00:00
|
|
|
- [`Excel JavaScript API`](./excelapi)
|
2022-07-07 04:05:14 +00:00
|
|
|
- [`Headless Automation`](./headless)
|
2022-08-08 06:59:57 +00:00
|
|
|
- [`Other JavaScript Engines`](./engines)
|
2022-08-21 19:43:30 +00:00
|
|
|
- [`Azure Functions and Storage`](./azure)
|
2022-08-22 00:39:07 +00:00
|
|
|
- [`Amazon Web Services`](./aws)
|
2022-07-25 23:18:00 +00:00
|
|
|
- [`Databases and Structured Data Stores`](./database)
|
2022-08-15 03:07:34 +00:00
|
|
|
- [`NoSQL and Unstructured Data Stores`](./nosql)
|
2022-08-10 22:11:05 +00:00
|
|
|
- [`Legacy Internet Explorer`](./legacy#internet-explorer)
|
2022-05-16 03:26:04 +00:00
|
|
|
|
|
|
|
### Bundlers and Tooling
|
2022-07-06 05:38:24 +00:00
|
|
|
|
2022-07-22 03:26:52 +00:00
|
|
|
- [`browserify`](./bundler#browserify)
|
2022-07-20 08:58:29 +00:00
|
|
|
- [`bun`](./bundler#bun)
|
|
|
|
- [`esbuild`](./bundler#esbuild)
|
2022-07-17 03:47:27 +00:00
|
|
|
- [`parcel`](./bundler#parcel)
|
2022-07-31 18:48:02 +00:00
|
|
|
- [`requirejs`](./bundler#requirejs)
|
|
|
|
- [`rollup`](./bundler#rollup)
|
2022-07-25 20:48:10 +00:00
|
|
|
- [`snowpack`](./bundler#snowpack)
|
2022-07-31 09:22:30 +00:00
|
|
|
- [`swc`](./bundler#swc)
|
2022-08-07 07:48:40 +00:00
|
|
|
- [`systemjs`](./bundler#systemjs)
|
2022-07-26 10:49:14 +00:00
|
|
|
- [`vite`](./bundler#vite)
|
2022-08-07 07:48:40 +00:00
|
|
|
- [`webpack`](./bundler#webpack)
|
2022-07-31 18:48:02 +00:00
|
|
|
- [`wmr`](./bundler#wmr)
|
2022-08-17 07:10:01 +00:00
|
|
|
|
|
|
|
:::note
|
|
|
|
|
|
|
|
If a demo for a library or framework is not included here, please leave a note.
|
|
|
|
|
|
|
|
:::
|